summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xftable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xftable.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xftable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/inc/xfilter/xftable.hxx b/lotuswordpro/inc/xfilter/xftable.hxx
index 2ba1199f47ec..f36a1f295be6 100644
--- a/lotuswordpro/inc/xfilter/xftable.hxx
+++ b/lotuswordpro/inc/xfilter/xftable.hxx
@@ -94,7 +94,7 @@ public:
sal_Int32 GetColumnCount();
- bool IsSubTable();
+ bool IsSubTable() const;
enumXFContent GetContentType() override;
@@ -128,7 +128,7 @@ inline void XFTable::SetOwnerCell(XFCell *pCell)
m_bSubTable = (pCell!=nullptr);
}
-inline bool XFTable::IsSubTable()
+inline bool XFTable::IsSubTable() const
{
return m_bSubTable;
}