summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-12-13 12:50:42 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-13 12:53:20 +0100
commit15b737c5c9230f145ff5dc6c8eee2abaefe36081 (patch)
treec606b458fc7fed7dae9f00874fc0758d8f24e06d /filter
parent8fe352be80ff69552f622f3c7a6a6f269912ab71 (diff)
EscherGraphicProvider::GetBlibID: raw number is Sun bugtracker, use fdo prefix
Change-Id: I1ecd3b9c74fb973769036defba96d73c5995175f
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 1f41f2bd9b20..0bd10ac6b0ca 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 ) )
{