Kaydet (Commit) 00f0694c authored tarafından Caolán McNamara's avatar Caolán McNamara

everything reset by ImplClear is going to be overwritten anyway

Change-Id: I94de8723a43d177fdf2caf0d8d3e529200d2e718
üst a42e8bae
...@@ -183,8 +183,6 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic ) ...@@ -183,8 +183,6 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic )
{ {
if( &rImpGraphic != this ) if( &rImpGraphic != this )
{ {
ImplClear();
maMetaFile = rImpGraphic.maMetaFile; maMetaFile = rImpGraphic.maMetaFile;
meType = rImpGraphic.meType; meType = rImpGraphic.meType;
mnSizeBytes = rImpGraphic.mnSizeBytes; mnSizeBytes = rImpGraphic.mnSizeBytes;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment