diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-15 07:53:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-15 09:01:16 +0200 |
commit | da77897d1923137574fd3a5a65921a5dbaf0aafc (patch) | |
tree | 6dda3a841b59456bf5af6a3db214b10e6eec6830 /sd/source/ui | |
parent | b11968e8bfcc1c4560427a9ca1d9e20a1075eb1b (diff) |
nDrehWink -> nRotationAngle
Change-Id: I33ca88f38210140931b12a05e426d1373243156e
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 ); |