diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-09 19:04:01 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-09 19:08:58 +0100 |
commit | e0e3be5e67d972688f983df631b069996095e553 (patch) | |
tree | f0f455ede0275898a8be1320f9e45411e2a5accd /sd | |
parent | 05d144942db73246e8722111a717e53d03c22c6f (diff) |
Remove DBG_EXTRACTOLEOBJECTS
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/eppt.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index 9f25d7abb583..e0fbd711f9c8 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(); |