summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unsect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/unsect.cxx')
-rw-r--r--sw/source/core/undo/unsect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/undo/unsect.cxx b/sw/source/core/undo/unsect.cxx
index 0cd4fc22edff..8f12aa776d42 100644
--- a/sw/source/core/undo/unsect.cxx
+++ b/sw/source/core/undo/unsect.cxx
@@ -288,7 +288,7 @@ public:
SwUndoDelSection(
SwSectionFormat const&, SwSection const&, SwNodeIndex const*const);
- virtual ~SwUndoDelSection();
+ virtual ~SwUndoDelSection() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -396,7 +396,7 @@ public:
SwUndoUpdateSection(
SwSection const&, SwNodeIndex const*const, bool const bOnlyAttr);
- virtual ~SwUndoUpdateSection();
+ virtual ~SwUndoUpdateSection() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;