summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptable.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptable.hxx b/lotuswordpro/source/filter/lwptable.hxx
index 6fb2dce860b2..96b3974a795a 100644
--- a/lotuswordpro/source/filter/lwptable.hxx
+++ b/lotuswordpro/source/filter/lwptable.hxx
@@ -170,7 +170,7 @@ class LwpParallelColumns : public LwpTable
{
public:
LwpParallelColumns(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- ~LwpParallelColumns();
+ virtual ~LwpParallelColumns();
protected:
void Read() SAL_OVERRIDE;
LwpObjectID cDefaultLeftColumnStyle;
@@ -181,7 +181,7 @@ class LwpGlossary : public LwpParallelColumns
{
public:
LwpGlossary(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- ~LwpGlossary();
+ virtual ~LwpGlossary();
protected:
void Read() SAL_OVERRIDE;
sal_uInt16 GetNumIndexRows(void);