summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpparaproperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpparaproperty.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpparaproperty.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpparaproperty.hxx b/lotuswordpro/source/filter/lwpparaproperty.hxx
index b75c099ccb56..8bf7cd9d5863 100644
--- a/lotuswordpro/source/filter/lwpparaproperty.hxx
+++ b/lotuswordpro/source/filter/lwpparaproperty.hxx
@@ -127,13 +127,13 @@ public:
virtual ~LwpParaIndentProperty();
LwpIndentOverride* GetIndent();
sal_uInt32 GetType() override;
- inline LwpObjectID GetIndentID();
+ inline const LwpObjectID& GetIndentID();
private:
LwpObjectID m_aIndentID;
LwpIndentOverride* m_pIndent;
};
-inline LwpObjectID LwpParaIndentProperty::GetIndentID()
+inline const LwpObjectID& LwpParaIndentProperty::GetIndentID()
{
return m_aIndentID;
}