[Libreoffice-commits] .: sd/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 9 10:08:54 PST 2011


 sd/source/filter/eppt/eppt.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit d7f95f6858874f6b79cbd9198536a3c92ba6bdfb
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 9 19:04:01 2011 +0100

    Remove DBG_EXTRACTOLEOBJECTS

diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx
index 9f25d7a..e0fbd71 100644
--- a/sd/source/filter/eppt/eppt.cxx
+++ b/sd/source/filter/eppt/eppt.cxx
@@ -1388,12 +1388,6 @@ void PPTWriter::ImplWriteOLE( )
             sal_uInt32 npStrmSize = pStrm->Tell();
             *mpStrm << npStrmSize;                  // uncompressed size
 
-#ifdef DBG_EXTRACTOLEOBJECTS
-            SvFileStream aOut( String::CreateFromAscii( "D:\\OUT.OLE" ), STREAM_TRUNC | STREAM_WRITE );
-            pStrm->Seek( 0 );
-            aOut.Write( pStrm->GetData(), npStrmSize );
-#endif
-
             pStrm->Seek( 0 );
             ZCodec aZCodec( 0x8000, 0x8000 );
             aZCodec.BeginCompression();


More information about the Libreoffice-commits mailing list