summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xfcell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xfcell.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xfcell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/inc/xfilter/xfcell.hxx b/lotuswordpro/inc/xfilter/xfcell.hxx
index 9199b5a1aba1..2bdc97824323 100644
--- a/lotuswordpro/inc/xfilter/xfcell.hxx
+++ b/lotuswordpro/inc/xfilter/xfcell.hxx
@@ -134,7 +134,7 @@ public:
/**
* @descr return cell column span property.
*/
- sal_Int32 GetColSpaned();
+ sal_Int32 GetColSpaned() const;
/**
* @descr Output cell as xml element.
@@ -186,7 +186,7 @@ inline void XFCell::SetOwnerRow(XFRow *pRow)
m_pOwnerRow = pRow;
}
-inline sal_Int32 XFCell::GetColSpaned()
+inline sal_Int32 XFCell::GetColSpaned() const
{
return m_nColSpaned;
}