summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoTable.hxx')
-rw-r--r--sw/source/core/inc/UndoTable.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/sw/source/core/inc/UndoTable.hxx b/sw/source/core/inc/UndoTable.hxx
index e0ad12498011..bd72b5d36e14 100644
--- a/sw/source/core/inc/UndoTable.hxx
+++ b/sw/source/core/inc/UndoTable.hxx
@@ -62,7 +62,7 @@ public:
const SwTableAutoFormat* pTAFormat, const std::vector<sal_uInt16> *pColArr,
const OUString & rName);
- virtual ~SwUndoInsTable();
+ virtual ~SwUndoInsTable() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -87,7 +87,7 @@ public:
sal_uInt16,
const SwTableAutoFormat* pAFormat );
- virtual ~SwUndoTextToTable();
+ virtual ~SwUndoTextToTable() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -112,7 +112,7 @@ class SwUndoTableToText : public SwUndo
public:
SwUndoTableToText( const SwTable& rTable, sal_Unicode cCh );
- virtual ~SwUndoTableToText();
+ virtual ~SwUndoTableToText() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -132,7 +132,7 @@ class SwUndoAttrTable : public SwUndo
public:
SwUndoAttrTable( const SwTableNode& rTableNd, bool bClearTabCols = false );
- virtual ~SwUndoAttrTable();
+ virtual ~SwUndoAttrTable() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -154,7 +154,7 @@ class SwUndoTableAutoFormat : public SwUndo
public:
SwUndoTableAutoFormat( const SwTableNode& rTableNd, const SwTableAutoFormat& );
- virtual ~SwUndoTableAutoFormat();
+ virtual ~SwUndoTableAutoFormat() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -195,7 +195,7 @@ public:
SwUndoTableNdsChg( SwUndoId UndoId, const SwSelBoxes& rBoxes,
const SwTableNode& rTableNd );
- virtual ~SwUndoTableNdsChg();
+ virtual ~SwUndoTableNdsChg() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -229,7 +229,7 @@ class SwUndoTableMerge : public SwUndo, private SwUndRng
public:
SwUndoTableMerge( const SwPaM& rTableSel );
- virtual ~SwUndoTableMerge();
+ virtual ~SwUndoTableMerge() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -262,7 +262,7 @@ class SwUndoTableNumFormat : public SwUndo
public:
SwUndoTableNumFormat( const SwTableBox& rBox, const SfxItemSet* pNewSet = nullptr );
- virtual ~SwUndoTableNumFormat();
+ virtual ~SwUndoTableNumFormat() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -287,7 +287,7 @@ class SwUndoTableCpyTable : public SwUndo
public:
SwUndoTableCpyTable(const SwDoc* pDoc);
- virtual ~SwUndoTableCpyTable();
+ virtual ~SwUndoTableCpyTable() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -308,7 +308,7 @@ class SwUndoCpyTable : public SwUndo
public:
SwUndoCpyTable(const SwDoc* pDoc);
- virtual ~SwUndoCpyTable();
+ virtual ~SwUndoCpyTable() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -329,7 +329,7 @@ public:
SwUndoSplitTable( const SwTableNode& rTableNd, SwSaveRowSpan* pRowSp,
sal_uInt16 nMode, bool bCalcNewSize );
- virtual ~SwUndoSplitTable();
+ virtual ~SwUndoSplitTable() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -353,7 +353,7 @@ public:
SwUndoMergeTable( const SwTableNode& rTableNd, const SwTableNode& rDelTableNd,
bool bWithPrev, sal_uInt16 nMode );
- virtual ~SwUndoMergeTable();
+ virtual ~SwUndoMergeTable() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -385,7 +385,7 @@ class SwUndoTableStyleMake : public SwUndo
public:
SwUndoTableStyleMake(const OUString& rName, const SwDoc* pDoc);
- virtual ~SwUndoTableStyleMake();
+ virtual ~SwUndoTableStyleMake() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -400,7 +400,7 @@ class SwUndoTableStyleDelete : public SwUndo
public:
SwUndoTableStyleDelete(std::unique_ptr<SwTableAutoFormat> pAutoFormat, const std::vector<SwTable*>& rAffectedTables, const SwDoc* pDoc);
- virtual ~SwUndoTableStyleDelete();
+ virtual ~SwUndoTableStyleDelete() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;
@@ -414,7 +414,7 @@ class SwUndoTableStyleUpdate : public SwUndo
public:
SwUndoTableStyleUpdate(const OUString& rName, const SwTableAutoFormat& rOldFormat, const SwDoc* pDoc);
- virtual ~SwUndoTableStyleUpdate();
+ virtual ~SwUndoTableStyleUpdate() override;
virtual void UndoImpl( ::sw::UndoRedoContext & ) override;
virtual void RedoImpl( ::sw::UndoRedoContext & ) override;