summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsection.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpsection.cxx b/lotuswordpro/source/filter/lwpsection.cxx
index 27b61fcc9d82..864f7e1f5280 100644
--- a/lotuswordpro/source/filter/lwpsection.cxx
+++ b/lotuswordpro/source/filter/lwpsection.cxx
@@ -142,13 +142,13 @@ void LwpIndexSection::Read()
m_pObjStrm->SkipExtra();
}
-bool LwpIndexSection::IsFormatRunin()
+bool LwpIndexSection::IsFormatRunin() const
{
return (m_nFlags & RUN_IN) != 0;
}
-bool LwpIndexSection::IsFormatSeparator()
+bool LwpIndexSection::IsFormatSeparator() const
{
return (m_nFlags & SEPARATORS) != 0;