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 16a5d95a575a..97d38ac5ac80 100644
--- a/lotuswordpro/source/filter/lwpfribtable.hxx
+++ b/lotuswordpro/source/filter/lwpfribtable.hxx
@@ -63,7 +63,7 @@ class LwpFribTable : public LwpFrib
{
public:
LwpFribTable( LwpPara* pPara ) : LwpFrib(pPara){}
- ~LwpFribTable(){}
+ virtual ~LwpFribTable(){}
void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE;
LwpSuperTableLayout* GetSuperTable();
void RegisterNewStyle();