summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-27 16:10:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-27 20:48:19 +0000
commit00f0694c09241e7708e9443c34b3896be50dfda5 (patch)
treed0c346d1ab7f0a7b4cf2254fd9df3d7b88201705 /vcl/source
parenta42e8baed472933d706578916d00b672bb62dedc (diff)
everything reset by ImplClear is going to be overwritten anyway
Change-Id: I94de8723a43d177fdf2caf0d8d3e529200d2e718
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/impgraph.cxx2
1 files changed, 0 insertions, 2 deletions
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;