diff options
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/docshell/sdclient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/sdclient.cxx b/sd/source/ui/docshell/sdclient.cxx index 0976289fb672..916641782333 100644 --- a/sd/source/ui/docshell/sdclient.cxx +++ b/sd/source/ui/docshell/sdclient.cxx @@ -116,7 +116,7 @@ void Client::ObjectAreaChanged() // #i118524# if sheared/rotated, center to non-rotated LogicRect pObj->setSuppressSetVisAreaSize(true); - if(pObj->GetGeoStat().nDrehWink || pObj->GetGeoStat().nShearWink) + if(pObj->GetGeoStat().nRotationAngle || pObj->GetGeoStat().nShearWink) { pObj->SetLogicRect( aNewRectangle ); |