summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsection.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpsection.hxx b/lotuswordpro/source/filter/lwpsection.hxx
index 7ba45ceba32e..a3678fb0ed89 100644
--- a/lotuswordpro/source/filter/lwpsection.hxx
+++ b/lotuswordpro/source/filter/lwpsection.hxx
@@ -92,7 +92,7 @@ public:
virtual ~LwpSection() override;
inline LwpPageLayout* GetPageLayout();
void Parse(IXFStream* pOutputStream) override;
- OUString const & GetSectionName(){return m_AtomHolder.str();}
+ OUString const & GetSectionName() const {return m_AtomHolder.str();}
protected:
void Read() override;
@@ -118,8 +118,8 @@ class LwpIndexSection : public LwpSection
public:
LwpIndexSection(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
virtual ~LwpIndexSection() override;
- bool IsFormatRunin();
- bool IsFormatSeparator();
+ bool IsFormatRunin() const;
+ bool IsFormatSeparator() const;
protected:
void Read() override;
private: