diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-04 13:10:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-04 14:45:54 +0200 |
commit | 0516d123f53917d1833c7e8a8c528a619c71a0af (patch) | |
tree | e299ba0f6f5cfd301080a3af6df67a719d6b416c /include | |
parent | 7a59b260747613b1fc4cd3980cd7edc9ea0d65c2 (diff) |
rename GetWinkStr->GetAngleStr
Change-Id: I1b3020a9a907059c2fa9109e001c07db004c940d
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 81b176a668f5..4f9c1ac308f3 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -422,7 +422,7 @@ protected: void ImpForcePlusData(); - OUString GetWinkStr(long nWink, bool bNoDegChar = false) const; + OUString GetAngleStr(long nWink, bool bNoDegChar = false) const; OUString GetMetrStr(long nVal, MapUnit eWantMap=MAP_MM, bool bNoUnitChars = false) const; // bNotMyself=true means: set only ObjList to dirty, don't mark this object as dirty. |