diff options
Diffstat (limited to 'include/svx/svdobj.hxx')
-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 9b0d57da6f10..68a3d8553886 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -380,7 +380,7 @@ protected: void ImpForcePlusData(); OUString GetAngleStr(long nAngle) const; - OUString GetMetrStr(long nVal, MapUnit eWantMap=MAP_MM) const; + OUString GetMetrStr(long nVal) const; /// @param bNotMyself = true: set only ObjList to dirty, don't mark this object as dirty. /// |