everything reset by ImplClear is going to be overwritten anyway
Change-Id: I94de8723a43d177fdf2caf0d8d3e529200d2e718
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user