summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index 88c77f5b09a9..22db10be7030 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -83,7 +83,7 @@ protected:
void SetOtherTextBoxFormat( SwFrameFormat *pFormat );
public:
- virtual ~SwFrameFormat();
+ virtual ~SwFrameFormat() override;
/// Destroys all Frames in aDepend (Frames are identified via dynamic_cast).
virtual void DelFrames();
@@ -182,7 +182,7 @@ protected:
{}
public:
- virtual ~SwFlyFrameFormat();
+ virtual ~SwFlyFrameFormat() override;
/// Creates the views.
virtual void MakeFrames() override;
@@ -263,7 +263,7 @@ protected:
{}
public:
- virtual ~SwDrawFrameFormat();
+ virtual ~SwDrawFrameFormat() override;
/** DrawObjects are removed from the arrays at the layout.
The DrawObjects are marked as deleted. */