summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwUndoFmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/SwUndoFmt.hxx')
-rw-r--r--sw/source/core/inc/SwUndoFmt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/SwUndoFmt.hxx b/sw/source/core/inc/SwUndoFmt.hxx
index a5f588ce815a..c034829ad4b7 100644
--- a/sw/source/core/inc/SwUndoFmt.hxx
+++ b/sw/source/core/inc/SwUndoFmt.hxx
@@ -44,7 +44,7 @@ protected:
public:
SwUndoFormatCreate(SwUndoId nUndoId, SwFormat * pNew, SwFormat * pDerivedFrom,
SwDoc * pDoc);
- virtual ~SwUndoFormatCreate();
+ virtual ~SwUndoFormatCreate() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -68,7 +68,7 @@ protected:
public:
SwUndoFormatDelete(SwUndoId nUndoId, SwFormat * pOld, SwDoc * pDoc);
- virtual ~SwUndoFormatDelete();
+ virtual ~SwUndoFormatDelete() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -90,7 +90,7 @@ public:
SwUndoRenameFormat(SwUndoId nUndoId, const OUString & sOldName,
const OUString & sNewName,
SwDoc * pDoc);
- virtual ~SwUndoRenameFormat();
+ virtual ~SwUndoRenameFormat() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;