summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptblformula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptblformula.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptblformula.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptblformula.hxx b/lotuswordpro/source/filter/lwptblformula.hxx
index 8c4a8979a7db..458b6513105b 100644
--- a/lotuswordpro/source/filter/lwptblformula.hxx
+++ b/lotuswordpro/source/filter/lwptblformula.hxx
@@ -139,8 +139,8 @@ class LwpFormulaCellAddr:public LwpFormulaArg
public:
LwpFormulaCellAddr(sal_Int16 aCol, sal_Int16 aRow);
- sal_Int16 GetCol(){return m_aCol;}
- sal_Int16 GetRow(){return m_aRow;}
+ sal_Int16 GetCol() const {return m_aCol;}
+ sal_Int16 GetRow() const {return m_aRow;}
virtual OUString ToString(LwpTableLayout* pCellsMap) override;
private: