[Libreoffice-commits] core.git: filter/source
Miklos Vajna
vmiklos at collabora.co.uk
Fri Dec 13 03:53:47 PST 2013
filter/source/msfilter/escherex.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 15b737c5c9230f145ff5dc6c8eee2abaefe36081
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Dec 13 12:50:42 2013 +0100
EscherGraphicProvider::GetBlibID: raw number is Sun bugtracker, use fdo prefix
Change-Id: I1ecd3b9c74fb973769036defba96d73c5995175f
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 1f41f2b..0bd10ac 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -4368,7 +4368,7 @@ sal_uInt32 EscherGraphicProvider::GetBlibID( SvStream& rPicOutStrm, const OStrin
else if ( eBlibType == PEG )
rPicOutStrm << (sal_uInt16)0x0505;
}
- // #69607 do not compress WMF files if we are in OOXML export
+ // fdo#69607 do not compress WMF files if we are in OOXML export
if ( ( eBlibType == PEG ) || ( eBlibType == PNG ) ||
( ( ( eBlibType == WMF ) || ( eBlibType == EMF ) ) && bOOxmlExport ) )
{
More information about the Libreoffice-commits
mailing list