diff options
author | Matteo Casalin <matteo.casalin@poste.it> | 2011-12-17 11:18:58 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-12-19 21:56:53 +0100 |
commit | 864bc59e66e92eabeef26222301607a7a5745bea (patch) | |
tree | bdf3e0ac5bd569c092bd0a986331d02df36fec6b /svtools | |
parent | 815b7b39f2b29db2d9e081b1ea098aaa6209c0e6 (diff) |
Removed COMPRESSMODE_FULL support from SvStream
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/filter.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/filter/filter.cxx b/svtools/source/filter/filter.cxx index f61990b3abc3..8047b7b74e00 100644 --- a/svtools/source/filter/filter.cxx +++ b/svtools/source/filter/filter.cxx @@ -2034,7 +2034,6 @@ sal_uInt16 GraphicFilter::ExportGraphic( const Graphic& rGraphic, const String& SvMemoryStream aMemStm( 65535, 65535 ); - aMemStm.SetCompressMode( COMPRESSMODE_FULL ); ( (GDIMetaFile&) aGraphic.GetGDIMetaFile() ).Write( aMemStm ); xActiveDataSource->setOutputStream( ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >( |