summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 9b0e27e34240..21df9cdafbd5 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -265,7 +265,7 @@ class SwSectionFrmMoveAndDeleteHint : public SfxSimpleHint
, mbSaveCntnt( bSaveCntnt )
{}
- ~SwSectionFrmMoveAndDeleteHint()
+ virtual ~SwSectionFrmMoveAndDeleteHint()
{}
sal_Bool IsSaveCntnt() const
@@ -300,7 +300,7 @@ protected:
public:
TYPEINFO_OVERRIDE(); // Already contained in base class client.
- ~SwSectionFmt();
+ virtual ~SwSectionFmt();
// Deletes all Frms in aDepend (Frms are recognized via PTR_CAST).
virtual void DelFrms() SAL_OVERRIDE;