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 026e1b2e5b22..2e1d397da9cc 100644 --- a/include/svl/itemprop.hxx +++ b/include/svl/itemprop.hxx @@ -106,7 +106,7 @@ public: }; -class SVL_DLLPUBLIC SfxItemPropertySet +class SVL_DLLPUBLIC SfxItemPropertySet final { SfxItemPropertyMap m_aMap; mutable css::uno::Reference<css::beans::XPropertySetInfo> m_xInfo; @@ -114,7 +114,7 @@ class SVL_DLLPUBLIC SfxItemPropertySet public: SfxItemPropertySet( const SfxItemPropertyMapEntry *pMap ) : m_aMap(pMap) {} - virtual ~SfxItemPropertySet(); + ~SfxItemPropertySet(); void getPropertyValue( const SfxItemPropertySimpleEntry& rEntry, const SfxItemSet& rSet, |