diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-04 13:25:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-04 14:45:57 +0200 |
commit | f18fd73e287b781e953a3c4bfa05b55f39880a35 (patch) | |
tree | ea198f54cef94cb2abb79ad11eaf23580b652917 /include | |
parent | ddd549c7873404d0c09aca676a13660404b0bcd2 (diff) |
rename TakeWinkStr->TakeAngleStr
Change-Id: I464505c8d52c2e12e4c0d7ed3512039f0bc4f789
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdmodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index dbc295fc2dda..efb5403d4946 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -401,7 +401,7 @@ public: static void TakeUnitStr(FieldUnit eUnit, OUString& rStr); void TakeMetricStr(long nVal, OUString& rStr, bool bNoUnitChars = false, sal_Int32 nNumDigits = -1) const; - void TakeWinkStr(long nWink, OUString& rStr, bool bNoDegChar = false) const; + void TakeAngleStr(long nWink, OUString& rStr, bool bNoDegChar = false) const; void TakePercentStr(const Fraction& rVal, OUString& rStr, bool bNoPercentChar = false) const; // RecalcPageNums is ordinarily only called by the Page. |