Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 752021
Collapse All | Expand All

(-)a/i18npool/source/calendar/calendar_gregorian.cxx (-1 / +1 lines)
Lines 347-353 Calendar_gregorian::setLocalDateTime( double fTimeInDays ) Link Here
347
            "Calendar_gregorian::setLocalDateTime: " << std::fixed << fM << " rounded to " << fR);
347
            "Calendar_gregorian::setLocalDateTime: " << std::fixed << fM << " rounded to " << fR);
348
    int32_t nZoneOffset, nDSTOffset;
348
    int32_t nZoneOffset, nDSTOffset;
349
    UErrorCode status = U_ZERO_ERROR;
349
    UErrorCode status = U_ZERO_ERROR;
350
    body->getTimeZone().getOffset( fR, TRUE, nZoneOffset, nDSTOffset, status );
350
    body->getTimeZone().getOffset( fR, true, nZoneOffset, nDSTOffset, status );
351
    if ( !U_SUCCESS(status) ) throw ERROR;
351
    if ( !U_SUCCESS(status) ) throw ERROR;
352
    status = U_ZERO_ERROR;
352
    status = U_ZERO_ERROR;
353
    body->setTime( fR - (nZoneOffset + nDSTOffset), status );
353
    body->setTime( fR - (nZoneOffset + nDSTOffset), status );
(-)a/svx/source/dialog/fntctrl.cxx (-1 / +1 lines)
Lines 1014-1020 void SvxFontPrevWindow::SetFromItemSet(const SfxItemSet &rSet, bool bPreviewBack Link Here
1014
         rCTLFont.SetFillColor( rColor );
1014
         rCTLFont.SetFillColor( rColor );
1015
    }
1015
    }
1016
    else
1016
    else
1017
        bTransparent = TRUE;
1017
        bTransparent = true;
1018
1018
1019
    rFont.SetTransparent( bTransparent );
1019
    rFont.SetTransparent( bTransparent );
1020
    rCJKFont.SetTransparent( bTransparent );
1020
    rCJKFont.SetTransparent( bTransparent );

Return to bug 752021