diff options
Diffstat (limited to 'include/svl/flagitem.hxx')
-rw-r--r-- | include/svl/flagitem.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svl/flagitem.hxx b/include/svl/flagitem.hxx index f9fd4c05a5d9..3edb95e3a935 100644 --- a/include/svl/flagitem.hxx +++ b/include/svl/flagitem.hxx @@ -33,9 +33,7 @@ public: explicit SfxFlagItem( sal_uInt16 nWhich = 0, sal_uInt16 nValue = 0 ); SfxFlagItem( const SfxFlagItem& ); - virtual ~SfxFlagItem() override {} - - virtual sal_uInt8 GetFlagCount() const; + virtual sal_uInt8 GetFlagCount() const; virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const override; |