summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpcelllayout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-28 14:09:29 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:40 +0200
commit01c2626107326cc55cd5e5842c78310cf53be9c4 (patch)
tree4fcb94ba31d60835159a65d5c0e68dec82036254 /lotuswordpro/source/filter/lwpcelllayout.hxx
parentloplugin:staticmethods (diff)
downloadcore-01c2626107326cc55cd5e5842c78310cf53be9c4.tar.gz
core-01c2626107326cc55cd5e5842c78310cf53be9c4.zip
loplugin:staticmethods
Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
Diffstat (limited to 'lotuswordpro/source/filter/lwpcelllayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcelllayout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpcelllayout.hxx b/lotuswordpro/source/filter/lwpcelllayout.hxx
index ac0630e6e62f..1ca533ad8d60 100644
--- a/lotuswordpro/source/filter/lwpcelllayout.hxx
+++ b/lotuswordpro/source/filter/lwpcelllayout.hxx
@@ -117,8 +117,8 @@ protected:
OUString GetCellStyleName(sal_uInt16 nRow, sal_uInt16 nCol, LwpTableLayout * pTableLayout);
void RegisterDefaultCell();
virtual LwpCellBorderType GetCellBorderType(sal_uInt16 nRow, sal_uInt16 nCol, LwpTableLayout * pTableLayout);
- LwpCellLayout * GetCellByRowCol(sal_uInt16 nRow, sal_uInt16 nCol, LwpTableLayout * pTableLayout);
- sal_uInt16 GetLeftColID(sal_uInt16 nCol){return nCol - 1; };
+ static LwpCellLayout * GetCellByRowCol(sal_uInt16 nRow, sal_uInt16 nCol, LwpTableLayout * pTableLayout);
+ static sal_uInt16 GetLeftColID(sal_uInt16 nCol){return nCol - 1; };
virtual sal_uInt16 GetBelowRowID(sal_uInt16 nRow){return nRow + 1; };
sal_uInt16 crowid;