summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppara.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppara.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx
index 9b9edc083e9a..dfa479716852 100644
--- a/lotuswordpro/source/filter/lwppara.hxx
+++ b/lotuswordpro/source/filter/lwppara.hxx
@@ -161,7 +161,7 @@ public:
LwpNumberingOverride* GetParaNumbering();
inline LwpSilverBullet* GetSilverBullet();
- OUString GetBulletChar() const;
+ const OUString& GetBulletChar() const;
sal_uInt32 GetBulletFontID() const;
sal_uInt16 GetLevel() const;
bool GetBulletFlag() const;
@@ -171,7 +171,7 @@ public:
double GetBelowSpacing();
LwpParaProperty* GetProperty(sal_uInt32 nPropType);
void GatherDropcapInfo();
- OUString GetBulletStyleName() const;
+ const OUString& GetBulletStyleName() const;
void SetBelowSpacing(double value);
void SetBulletFlag(bool bFlag);
void SetIndent(LwpIndentOverride* pIndentOverride);
@@ -289,7 +289,7 @@ inline LwpSilverBullet* LwpPara::GetSilverBullet()
{
return m_pSilverBullet;
}
-inline OUString LwpPara::GetBulletChar() const
+inline const OUString& LwpPara::GetBulletChar() const
{
return m_Content;
}
@@ -317,7 +317,7 @@ inline XFContentContainer* LwpPara::GetXFContainer()
{
return m_pXFContainer;
}
-inline OUString LwpPara::GetBulletStyleName() const
+inline const OUString& LwpPara::GetBulletStyleName() const
{
return m_aBulletStyleName;
}