diff options
Diffstat (limited to 'include/svl/itemprop.hxx')
-rw-r--r-- | include/svl/itemprop.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/itemprop.hxx b/include/svl/itemprop.hxx index 720cfb423ed6..216efdd954fb 100644 --- a/include/svl/itemprop.hxx +++ b/include/svl/itemprop.hxx @@ -162,7 +162,7 @@ class SVL_DLLPUBLIC SfxItemPropertySetInfo : public cppu::WeakImplHelper1<css::b public: SfxItemPropertySetInfo(const SfxItemPropertyMap &rMap ); SfxItemPropertySetInfo(const SfxItemPropertyMapEntry *pEntries ); - virtual ~SfxItemPropertySetInfo(); + virtual ~SfxItemPropertySetInfo() override; virtual css::uno::Sequence< css::beans::Property > SAL_CALL getProperties( ) @@ -186,7 +186,7 @@ public: SfxExtItemPropertySetInfo( const SfxItemPropertyMapEntry *pMap, const css::uno::Sequence<css::beans::Property>& rPropSeq ); - virtual ~SfxExtItemPropertySetInfo(); + virtual ~SfxExtItemPropertySetInfo() override; virtual css::uno::Sequence< css::beans::Property > SAL_CALL getProperties( ) |