summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/graphicfilter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index 4ba099b7bb72..cd62da4886ef 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -2006,11 +2006,9 @@ sal_uInt16 GraphicFilter::ExportGraphic( const Graphic& rGraphic, const String&
if( !aBmp.Convert( (BmpConversion) nColorRes ) )
aBmp = aGraphic.GetBitmap();
}
- ResMgr* pResMgr = ResMgr::CreateResMgr( "svt" );
sal_Bool bRleCoding = aConfigItem.ReadBool( "RLE_Coding", sal_True );
// save RLE encoded?
aBmp.Write( rOStm, bRleCoding );
- delete pResMgr;
if( rOStm.GetError() )
nStatus = GRFILTER_IOERROR;