summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoSort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoSort.hxx')
-rw-r--r--sw/source/core/inc/UndoSort.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/UndoSort.hxx b/sw/source/core/inc/UndoSort.hxx
index 21009070e2b6..8002999cbf9c 100644
--- a/sw/source/core/inc/UndoSort.hxx
+++ b/sw/source/core/inc/UndoSort.hxx
@@ -71,7 +71,7 @@ public:
SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode&,
const SwSortOptions&, bool bSaveTable );
- virtual ~SwUndoSort();
+ virtual ~SwUndoSort() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;