summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsection.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpsection.hxx b/lotuswordpro/source/filter/lwpsection.hxx
index e7ac646fada4..ac06cae21e7a 100644
--- a/lotuswordpro/source/filter/lwpsection.hxx
+++ b/lotuswordpro/source/filter/lwpsection.hxx
@@ -94,7 +94,7 @@ class LwpSection : public LwpOrderedObject
{
public:
LwpSection(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- ~LwpSection();
+ virtual ~LwpSection();
inline sal_uInt16 GetFlags();
inline LwpPageLayout* GetPageLayout();
inline LwpColor* GetColor();
@@ -152,7 +152,7 @@ class LwpIndexSection : public LwpSection
{
public:
LwpIndexSection(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- ~LwpIndexSection();
+ virtual ~LwpIndexSection();
sal_Bool IsFormatRunin();
sal_Bool IsFormatSeparator();
protected: