summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpproplist.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-25 13:31:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 03:04:45 +0200
commit4e67474a6e4dbfeff5316dcf08b44cfead148609 (patch)
tree630190f52de6572a46bb13b9ae6ae5b5709e64a7 /lotuswordpro/source/filter/lwpproplist.hxx
parent3b13f813da6ad3bd3e4f9dc24b7deb84ea557063 (diff)
loplugin:constmethod in framework..lotuswordpro
Change-Id: I14a3855a75cf081d86c2a404966db38c617c0256 Reviewed-on: https://gerrit.libreoffice.org/79541 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwpproplist.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpproplist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpproplist.hxx b/lotuswordpro/source/filter/lwpproplist.hxx
index 7398a995cc85..df1902c482c0 100644
--- a/lotuswordpro/source/filter/lwpproplist.hxx
+++ b/lotuswordpro/source/filter/lwpproplist.hxx
@@ -72,8 +72,8 @@ public:
void Read() override;
bool IsNamed(const OUString& name);
LwpPropListElement* GetNext();
- const LwpAtomHolder& GetValue(){return m_Value;}
- const LwpAtomHolder& GetName(){return m_Name;}
+ const LwpAtomHolder& GetValue() const {return m_Value;}
+ const LwpAtomHolder& GetName() const {return m_Name;}
private:
virtual ~LwpPropListElement() override {}