summaryrefslogtreecommitdiff
path: root/sw/inc/txtatr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r--sw/inc/txtatr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx
index 2712a7c7264d..02ee37d3eeb6 100644
--- a/sw/inc/txtatr.hxx
+++ b/sw/inc/txtatr.hxx
@@ -36,7 +36,7 @@ class SwTextCharFormat : public SwTextAttrEnd
public:
SwTextCharFormat( SwFormatCharFormat& rAttr, sal_Int32 nStart, sal_Int32 nEnd );
- virtual ~SwTextCharFormat( );
+ virtual ~SwTextCharFormat( ) override;
// Passed from SwFormatCharFormat (no derivation from SwClient!).
void ModifyNotification( const SfxPoolItem*, const SfxPoolItem* );
@@ -64,7 +64,7 @@ public:
sal_Int32 const i_nStart, sal_Int32 const i_nEnd,
bool const i_bIsCopy);
- virtual ~SwTextMeta();
+ virtual ~SwTextMeta() override;
void ChgTextNode(SwTextNode * const pNode);
};
@@ -77,7 +77,7 @@ protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override;
public:
SwTextRuby( SwFormatRuby& rAttr, sal_Int32 nStart, sal_Int32 nEnd );
- virtual ~SwTextRuby();
+ virtual ~SwTextRuby() override;
virtual bool GetInfo( SfxPoolItem& rInfo ) const override;