summaryrefslogtreecommitdiffstats
path: root/include/svx/svdglev.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-04 14:45:00 +0200
committerNoel Grandin <noel@peralex.com>2014-11-04 14:45:58 +0200
commita3e2b884f33435eef369ce8cb8eee4bdc5db95af (patch)
tree849073519a8722bdcb3897787a9872e73ed0d227 /include/svx/svdglev.hxx
parentsome random renaming of Wink fields -> Angle (diff)
downloadcore-a3e2b884f33435eef369ce8cb8eee4bdc5db95af.tar.gz
core-a3e2b884f33435eef369ce8cb8eee4bdc5db95af.zip
rename nWink->nAngle
Change-Id: I3a4cec65307c517684d4f8a291ca73b6a212a857
Diffstat (limited to 'include/svx/svdglev.hxx')
-rw-r--r--include/svx/svdglev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdglev.hxx b/include/svx/svdglev.hxx
index 564831d58576..cc1022c18e47 100644
--- a/include/svx/svdglev.hxx
+++ b/include/svx/svdglev.hxx
@@ -79,11 +79,11 @@ public:
void MoveMarkedGluePoints (const Size& rSiz, bool bCopy=false);
void ResizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=false);
- void RotateMarkedGluePoints(const Point& rRef, long nWink, bool bCopy=false);
+ void RotateMarkedGluePoints(const Point& rRef, long nAngle, bool bCopy=false);
void MirrorMarkedGluePoints(const Point& rRef1, const Point& rRef2, bool bCopy=false);
void MirrorMarkedGluePointsHorizontal(bool bCopy=false);
void MirrorMarkedGluePointsVertical(bool bCopy=false);
- void ShearMarkedGluePoints(const Point& rRef, long nWink, bool bVShear=false, bool bCopy=false);
+ void ShearMarkedGluePoints(const Point& rRef, long nAngle, bool bVShear=false, bool bCopy=false);
void CrookMarkedGluePoints(const Point& rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical=false, bool bNoContortion=false, bool bCopy=false);
void DistortMarkedGluePoints(const Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContortion=false, bool bCopy=false);