summaryrefslogtreecommitdiff
path: root/sw/inc/fmtmeta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtmeta.hxx')
-rw-r--r--sw/inc/fmtmeta.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx
index 1ac8c050b3c5..5e655c034c5b 100644
--- a/sw/inc/fmtmeta.hxx
+++ b/sw/inc/fmtmeta.hxx
@@ -107,7 +107,7 @@ public:
/// takes ownership
explicit SwFormatMeta( std::shared_ptr< ::sw::Meta > const & i_pMeta,
const sal_uInt16 i_nWhich );
- virtual ~SwFormatMeta();
+ virtual ~SwFormatMeta() override;
/// SfxPoolItem
virtual bool operator==( const SfxPoolItem & ) const override;
@@ -154,7 +154,7 @@ protected:
public:
explicit Meta(SwFormatMeta * const i_pFormat = nullptr);
- virtual ~Meta();
+ virtual ~Meta() override;
/// sfx2::Metadatable
virtual ::sfx2::IXmlIdRegistry& GetRegistry() override;