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 f00e7fb0a905..4b4f6fca6ec6 100644
--- a/lotuswordpro/source/filter/lwpparaproperty.hxx
+++ b/lotuswordpro/source/filter/lwpparaproperty.hxx
@@ -118,13 +118,13 @@ public:
virtual ~LwpParaIndentProperty() override;
LwpIndentOverride* GetIndent();
sal_uInt32 GetType() override;
- inline const LwpObjectID& GetIndentID();
+ inline const LwpObjectID& GetIndentID() const;
private:
LwpObjectID m_aIndentID;
LwpIndentOverride* m_pIndent;
};
-inline const LwpObjectID& LwpParaIndentProperty::GetIndentID()
+inline const LwpObjectID& LwpParaIndentProperty::GetIndentID() const
{
return m_aIndentID;
}