filter/source/msfilter/escherex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15b737c5c9230f145ff5dc6c8eee2abaefe36081
Author: Miklos Vajna <vmik...@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 ) )
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to