summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribtable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribtable.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribtable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfribtable.hxx b/lotuswordpro/source/filter/lwpfribtable.hxx
index 5d624fe76018..16a5d95a575a 100644
--- a/lotuswordpro/source/filter/lwpfribtable.hxx
+++ b/lotuswordpro/source/filter/lwpfribtable.hxx
@@ -64,7 +64,7 @@ class LwpFribTable : public LwpFrib
public:
LwpFribTable( LwpPara* pPara ) : LwpFrib(pPara){}
~LwpFribTable(){}
- void Read(LwpObjectStream* pObjStrm, sal_uInt16 len);
+ void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE;
LwpSuperTableLayout* GetSuperTable();
void RegisterNewStyle();
virtual void XFConvert(XFContentContainer* pCont);