summaryrefslogtreecommitdiff
path: root/sw/inc/tox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r--sw/inc/tox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index e0656b6fda4f..eb6a28f1dfce 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -86,7 +86,7 @@ public:
// single argument ctors shall be explicit.
explicit SwTOXMark( const SwTOXType* pTyp );
- virtual ~SwTOXMark();
+ virtual ~SwTOXMark() override;
SwTOXMark( const SwTOXMark& rCopy );
SwTOXMark& operator=( const SwTOXMark& rCopy );
@@ -418,7 +418,7 @@ public:
SwTOXBase( const SwTOXType* pTyp, const SwForm& rForm,
sal_uInt16 nCreaType, const OUString& rTitle );
SwTOXBase( const SwTOXBase& rCopy, SwDoc* pDoc = nullptr );
- virtual ~SwTOXBase();
+ virtual ~SwTOXBase() override;
virtual bool GetInfo( SfxPoolItem& rInfo ) const override;