coverity#735881 Dereference after null check
Change-Id: I2fd45dd0ab1e0bedca7e827886949beb3f494cad
This commit is contained in:
@@ -1750,7 +1750,7 @@ SdrTableObj& SdrTableObj::operator=(const SdrTableObj& rObj)
|
||||
bNoMirror = rObj.bNoMirror;
|
||||
bDisableAutoWidthOnDragging = rObj.bDisableAutoWidthOnDragging;
|
||||
|
||||
if( rObj.mpImpl )
|
||||
if (mpImpl && rObj.mpImpl)
|
||||
*mpImpl = *rObj.mpImpl;
|
||||
return *this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user