summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpcelllayout.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-22 21:51:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-23 10:35:44 +0100
commit43f8cba7d238e6db25e05edd0d9713dcc42fc861 (patch)
tree797d2e5aeae4d288a143e7483997538758ea7af9 /lotuswordpro/source/filter/lwpcelllayout.hxx
parentAvoid compilation error in dbgutil (_DEBUG) MSVC build (diff)
downloadcore-43f8cba7d238e6db25e05edd0d9713dcc42fc861.tar.gz
core-43f8cba7d238e6db25e05edd0d9713dcc42fc861.zip
callcatcher: yet more unused code
Diffstat (limited to 'lotuswordpro/source/filter/lwpcelllayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcelllayout.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpcelllayout.hxx b/lotuswordpro/source/filter/lwpcelllayout.hxx
index 78c6229f0e0f..587e1354f972 100644
--- a/lotuswordpro/source/filter/lwpcelllayout.hxx
+++ b/lotuswordpro/source/filter/lwpcelllayout.hxx
@@ -103,18 +103,14 @@ public:
LwpTableLayout * GetTableLayout();
virtual void SetCellMap(void);
double GetActualWidth();
- sal_uInt8 GetLeaderChar();
OUString GetNumfmtName(){return m_NumfmtName;}
protected:
void Read();
-// LwpTableLayout * GetTableLayout();
LwpTable * GetTable();
void ApplyPadding(XFCellStyle* pCellStyle);
void ApplyBorders(XFCellStyle* pCellStyle);
- // add by , 06/03/2005
void ApplyPatternFill(XFCellStyle* pCellStyle);
void ApplyBackGround(XFCellStyle* pCellStyle);
- // end add
void ApplyBackColor(XFCellStyle* pCellStyle);
void ApplyWatermark(XFCellStyle* pCellStyle);
void ApplyProtect(XFCell * pCell, LwpObjectID aTableID);