Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 669425 Details for
Bug 752021
app-office/libreoffice-6.4.7.2 fails to build against dev-libs/icu-68.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libreoffice-6.4.7.2-icu.patch
libreoffice-6.4.7.2-icu.patch (text/plain), 1.26 KB, created by
Mike Lothian
on 2020-10-31 12:23:04 UTC
(
hide
)
Description:
libreoffice-6.4.7.2-icu.patch
Filename:
MIME Type:
Creator:
Mike Lothian
Created:
2020-10-31 12:23:04 UTC
Size:
1.26 KB
patch
obsolete
>diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx >index f3dc6ed..1dacd88 100644 >--- a/i18npool/source/calendar/calendar_gregorian.cxx >+++ b/i18npool/source/calendar/calendar_gregorian.cxx >@@ -347,7 +347,7 @@ Calendar_gregorian::setLocalDateTime( double fTimeInDays ) > "Calendar_gregorian::setLocalDateTime: " << std::fixed << fM << " rounded to " << fR); > int32_t nZoneOffset, nDSTOffset; > UErrorCode status = U_ZERO_ERROR; >- body->getTimeZone().getOffset( fR, TRUE, nZoneOffset, nDSTOffset, status ); >+ body->getTimeZone().getOffset( fR, true, nZoneOffset, nDSTOffset, status ); > if ( !U_SUCCESS(status) ) throw ERROR; > status = U_ZERO_ERROR; > body->setTime( fR - (nZoneOffset + nDSTOffset), status ); >diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx >index d312d7a..10c84ca 100644 >--- a/svx/source/dialog/fntctrl.cxx >+++ b/svx/source/dialog/fntctrl.cxx >@@ -1014,7 +1014,7 @@ void SvxFontPrevWindow::SetFromItemSet(const SfxItemSet &rSet, bool bPreviewBack > rCTLFont.SetFillColor( rColor ); > } > else >- bTransparent = TRUE; >+ bTransparent = true; > > rFont.SetTransparent( bTransparent ); > rCJKFont.SetTransparent( bTransparent );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 752021
: 669425