summaryrefslogtreecommitdiff
path: root/sw/inc/undobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/undobj.hxx')
-rw-r--r--sw/inc/undobj.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index 5d3e0d30ae8e..d081e63b90d5 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -95,7 +95,7 @@ private:
public:
SwUndo(SwUndoId const nId, const SwDoc* pDoc);
- virtual ~SwUndo();
+ virtual ~SwUndo() override;
/**
Returns textual comment for this undo object.
@@ -239,7 +239,7 @@ protected:
SwUndoInserts( SwUndoId nUndoId, const SwPaM& );
public:
- virtual ~SwUndoInserts();
+ virtual ~SwUndoInserts() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -280,7 +280,7 @@ protected:
sal_uLong GetMvNodeCnt() const { return SwUndoSaveSection::GetMvNodeCnt(); }
public:
- virtual ~SwUndoFlyBase();
+ virtual ~SwUndoFlyBase() override;
};
@@ -291,7 +291,7 @@ class SwUndoInsLayFormat : public SwUndoFlyBase
public:
SwUndoInsLayFormat( SwFrameFormat* pFormat, sal_uLong nNodeIdx, sal_Int32 nCntIdx );
- virtual ~SwUndoInsLayFormat();
+ virtual ~SwUndoInsLayFormat() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;