summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-31 16:34:48 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-31 21:38:59 -0500
commitfb495f4eb16f13f34eaacbb3d6bec7aece8e8149 (patch)
tree26effe3897dea75a35efe770005f5e2511ca67d7 /svx/source
parent90d27afdd8e2488a9757da978d96081e35bb0e3f (diff)
One more method to non-inline. I guess this is the last one...
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/svdobj.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 4018e65314a5..58cc0c8acceb 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -1123,6 +1123,12 @@ void SdrObject::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, s
}
}
+void SdrObject::ImpForcePlusData()
+{
+ if (!pPlusData)
+ pPlusData = NewPlusData();
+}
+
XubString SdrObject::GetWinkStr(long nWink, bool bNoDegChar) const
{
XubString aStr;