summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppagehint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppagehint.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppagehint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwppagehint.hxx b/lotuswordpro/source/filter/lwppagehint.hxx
index 9761b531d9b7..c4133b49159d 100644
--- a/lotuswordpro/source/filter/lwppagehint.hxx
+++ b/lotuswordpro/source/filter/lwppagehint.hxx
@@ -99,9 +99,9 @@ public:
LwpPageHint(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
void Read() override;
void Parse(IXFStream* pOutputStream) override;
- sal_uInt16 GetPageNumber(){return m_nPageNumber;}
+ sal_uInt16 GetPageNumber() const {return m_nPageNumber;}
LwpObjectID& GetPageLayoutID(){ return m_PageLayout;}
- sal_uInt16 GetLayoutPageNumber(){ return m_nLayoutPageNumber;}
+ sal_uInt16 GetLayoutPageNumber() const { return m_nLayoutPageNumber;}
private:
virtual ~LwpPageHint() override {}