summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoCore.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoCore.hxx')
-rw-r--r--sw/source/core/inc/UndoCore.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/UndoCore.hxx b/sw/source/core/inc/UndoCore.hxx
index 279fbee62bff..fc1792f152ce 100644
--- a/sw/source/core/inc/UndoCore.hxx
+++ b/sw/source/core/inc/UndoCore.hxx
@@ -160,7 +160,7 @@ public:
SwUndoFormatColl( const SwPaM&, SwFormatColl*,
const bool bReset,
const bool bResetListAttrs );
- virtual ~SwUndoFormatColl();
+ virtual ~SwUndoFormatColl() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -202,7 +202,7 @@ class SwUndoSetFlyFormat : public SwUndo, public SwClient
public:
SwUndoSetFlyFormat( SwFrameFormat& rFlyFormat, SwFrameFormat& rNewFrameFormat );
- virtual ~SwUndoSetFlyFormat();
+ virtual ~SwUndoSetFlyFormat() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;