summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcelllayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcelllayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcelllayout.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpcelllayout.hxx b/lotuswordpro/source/filter/lwpcelllayout.hxx
index d864128d1b1e..e6c954a76aec 100644
--- a/lotuswordpro/source/filter/lwpcelllayout.hxx
+++ b/lotuswordpro/source/filter/lwpcelllayout.hxx
@@ -94,10 +94,10 @@ public:
virtual ~LwpCellLayout();
virtual LWP_LAYOUT_TYPE GetLayoutType () { return LWP_CELL_LAYOUT;}
virtual XFCell* ConvertCell(LwpObjectID aTableID, sal_uInt16 nRow, sal_uInt16 nCol);
- sal_uInt16 GetRowID(){return crowid;};
- sal_uInt8 GetColID(){return ccolid;};
+ sal_uInt16 GetRowID(){return crowid;}
+ sal_uInt8 GetColID(){return ccolid;}
void RegisterStyle();
- LwpObjectID * GetNumericsObject() {return &cLayNumerics;};
+ LwpObjectID * GetNumericsObject() {return &cLayNumerics;}
LwpObjectID * GetPreviousCellStory();
virtual LwpPara* GetLastParaOfPreviousStory();
LwpTableLayout * GetTableLayout();
@@ -158,7 +158,7 @@ public:
virtual LWP_LAYOUT_TYPE GetLayoutType () { return LWP_HIDDEN_CELL_LAYOUT;}
virtual void Parse(IXFStream* pOutputStream);
virtual XFCell* ConvertCell(LwpObjectID aTableID, sal_uInt16 nRow, sal_uInt16 nCol);
- void RegisterStyle(){};
+ void RegisterStyle(){}
virtual void SetCellMap(void);
protected:
void Read();