summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdocirc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-04 12:55:41 +0200
committerNoel Grandin <noel@peralex.com>2014-11-04 14:45:53 +0200
commit37be521dbd8b15ce363d07b903efd4267a3de8be (patch)
tree416a89d64067b7c909eb35c95c1a2f2ae8fd789b /svx/source/svdraw/svdocirc.cxx
parent1b58c8434f42a92cfd63f1cc1b9e7e0e4826c86c (diff)
rename SetDrehWink -> setRotationAngle
Change-Id: Iae65d415b20d371250c3be077e0fa3fd73c42e97
Diffstat (limited to 'svx/source/svdraw/svdocirc.cxx')
-rw-r--r--svx/source/svdraw/svdocirc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdocirc.cxx b/svx/source/svdraw/svdocirc.cxx
index d420c00bfe6b..979979ecc055 100644
--- a/svx/source/svdraw/svdocirc.cxx
+++ b/svx/source/svdraw/svdocirc.cxx
@@ -463,7 +463,7 @@ SdrHdl* SdrCircObj::GetHdl(sal_uInt32 nHdlNum) const
pH = new SdrHdl(aPnt,eLocalKind);
pH->SetPointNum(nPNum);
pH->SetObj((SdrObject*)this);
- pH->SetDrehWink(aGeo.nRotationAngle);
+ pH->SetRotationAngle(aGeo.nRotationAngle);
}
return pH;