summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xfrow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xfrow.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xfrow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/inc/xfilter/xfrow.hxx b/lotuswordpro/inc/xfilter/xfrow.hxx
index 1f2a1e430e03..d8269057bb82 100644
--- a/lotuswordpro/inc/xfilter/xfrow.hxx
+++ b/lotuswordpro/inc/xfilter/xfrow.hxx
@@ -82,7 +82,7 @@ public:
void SetOwnerTable(XFTable *pTable);
- sal_Int32 GetRow();
+ sal_Int32 GetRow() const;
sal_Int32 GetCellCount() const;
@@ -116,7 +116,7 @@ inline void XFRow::SetOwnerTable(XFTable *pTable)
m_pOwnerTable = pTable;
}
-inline sal_Int32 XFRow::GetRow()
+inline sal_Int32 XFRow::GetRow() const
{
return m_nRow;
}