summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@poste.it>2011-12-17 11:18:58 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-12-19 21:56:53 +0100
commit864bc59e66e92eabeef26222301607a7a5745bea (patch)
treebdf3e0ac5bd569c092bd0a986331d02df36fec6b /svtools
parentEXTENDED_BINARY_MODULES is always defined (diff)
downloadcore-864bc59e66e92eabeef26222301607a7a5745bea.tar.gz
core-864bc59e66e92eabeef26222301607a7a5745bea.zip
Removed COMPRESSMODE_FULL support from SvStream
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/filter.cxx1
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 >(