summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsilverbullet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsilverbullet.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx
index 511b1f80ef56..27412b084749 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.hxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx
@@ -163,7 +163,7 @@ inline OUString LwpSilverBullet::GetBulletStyleName() const
inline OUString LwpSilverBullet::GetNumberingName()
{
- return GetName()->str();
+ return GetName().str();
}
inline LwpPara* LwpSilverBullet::GetNumberingPara()
{