diff options
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/svdobj.hxx b/svx/inc/svx/svdobj.hxx index 7acba1d82e9e..1508e3be4040 100644 --- a/svx/inc/svx/svdobj.hxx +++ b/svx/inc/svx/svdobj.hxx @@ -480,7 +480,7 @@ protected: // Fuer GetDragComment void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0) const; - void ImpForcePlusData() { if (pPlusData==NULL) pPlusData=NewPlusData(); } + void ImpForcePlusData(); String GetWinkStr(long nWink, bool bNoDegChar = false) const; String GetMetrStr(long nVal, MapUnit eWantMap=MAP_MM, bool bNoUnitChars = false) const; |