From 00f0694c09241e7708e9443c34b3896be50dfda5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 27 Jan 2017 16:10:03 +0000 Subject: everything reset by ImplClear is going to be overwritten anyway Change-Id: I94de8723a43d177fdf2caf0d8d3e529200d2e718 --- vcl/source/gdi/impgraph.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index e9fcfa56d285..575ad21ffad9 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -183,8 +183,6 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic ) { if( &rImpGraphic != this ) { - ImplClear(); - maMetaFile = rImpGraphic.maMetaFile; meType = rImpGraphic.meType; mnSizeBytes = rImpGraphic.mnSizeBytes; -- cgit