summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptable.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptable.cxx b/lotuswordpro/source/filter/lwptable.cxx
index 31d55cc6895f..ae29a8f4563e 100644
--- a/lotuswordpro/source/filter/lwptable.cxx
+++ b/lotuswordpro/source/filter/lwptable.cxx
@@ -127,7 +127,7 @@ void LwpTable::Read()
m_pObjStrm->SkipExtra();
}
-bool LwpTable::IsNumberDown()
+bool LwpTable::IsNumberDown() const
{
return (m_nAttributes & NUMBER_DOWN) != 0;
}
@@ -186,7 +186,7 @@ LwpGlossary::LwpGlossary(LwpObjectHeader const &objHdr, LwpSvStream* pStrm):LwpP
LwpGlossary::~LwpGlossary()
{
}
-sal_uInt16 LwpGlossary::GetNumIndexRows()
+sal_uInt16 LwpGlossary::GetNumIndexRows() const
{
if (GetRow() > 0 && GetRow() <= MAX_NUM_ROWS)
return GetRow() - 1; // Minus one row for repeated heading.