summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpcelllayout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 11:48:35 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 11:50:06 +0200
commit0f732c41bc4edd7075ff68a81c0ca299e3e913c9 (patch)
tree395e8ebdf457db355dc0dd5ac161311d7eda850d /lotuswordpro/source/filter/lwpcelllayout.hxx
parentformatting of public/private/protected section qualifiers (diff)
downloadcore-0f732c41bc4edd7075ff68a81c0ca299e3e913c9.tar.gz
core-0f732c41bc4edd7075ff68a81c0ca299e3e913c9.zip
loplugin:unusedmethods lotuswordpro
Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
Diffstat (limited to 'lotuswordpro/source/filter/lwpcelllayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcelllayout.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwpcelllayout.hxx b/lotuswordpro/source/filter/lwpcelllayout.hxx
index 1ca533ad8d60..1a09d8bd8c14 100644
--- a/lotuswordpro/source/filter/lwpcelllayout.hxx
+++ b/lotuswordpro/source/filter/lwpcelllayout.hxx
@@ -137,8 +137,6 @@ protected:
OUString m_CellStyleNames[enumCellBorderTopLimit];
OUString m_NumfmtName;//Add to support number color
-private:
- LwpCellList* GetCellList(LwpFoundry* pFoundry, LwpObjectID aTableID, sal_uInt16 nRow, sal_uInt8 nCol);
};
/**
@@ -176,14 +174,12 @@ public:
sal_uInt8 GetNumcols(){return m_nRealcolspan;}
virtual void SetCellMap() SAL_OVERRIDE;
void SetNumrows(sal_uInt16 nVal){m_nRealrowspan = nVal;}
- void SetNumcols(sal_uInt8 nVal){m_nRealcolspan = nVal;}
protected:
void Read() SAL_OVERRIDE;
virtual sal_uInt16 GetBelowRowID(sal_uInt16 nRow) SAL_OVERRIDE {return nRow + m_nRealrowspan; };
virtual LwpCellBorderType GetCellBorderType(sal_uInt16 nRow, sal_uInt16 nCol, LwpTableLayout * pTableLayout) SAL_OVERRIDE;
sal_uInt16 cnumrows;
- sal_uInt8 cnumcols;
-// sal_Bool m_bSplitFlag;
+ sal_uInt8 cnumcols;
sal_uInt16 m_nRealrowspan;
sal_uInt8 m_nRealcolspan;
};