diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-31 16:34:48 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-31 21:38:59 -0500 |
commit | fb495f4eb16f13f34eaacbb3d6bec7aece8e8149 (patch) | |
tree | 26effe3897dea75a35efe770005f5e2511ca67d7 /svx/inc | |
parent | 90d27afdd8e2488a9757da978d96081e35bb0e3f (diff) |
One more method to non-inline. I guess this is the last one...
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; |