From da77897d1923137574fd3a5a65921a5dbaf0aafc Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 15 Oct 2014 07:53:32 +0200 Subject: nDrehWink -> nRotationAngle Change-Id: I33ca88f38210140931b12a05e426d1373243156e --- sd/source/ui/docshell/sdclient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/docshell/sdclient.cxx') 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 ); -- cgit