Kaydet (Commit) e0e3be5e authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove DBG_EXTRACTOLEOBJECTS

üst 05d14494
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment