diff options
Diffstat (limited to 'include/svl/flagitem.hxx')
-rw-r--r-- | include/svl/flagitem.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svl/flagitem.hxx b/include/svl/flagitem.hxx index 4286608f4ebd..2ff5ad002ac8 100644 --- a/include/svl/flagitem.hxx +++ b/include/svl/flagitem.hxx @@ -25,8 +25,6 @@ class SvStream; -DBG_NAMEEX_VISIBILITY(SfxFlagItem, SVL_DLLPUBLIC) - class SVL_DLLPUBLIC SfxFlagItem: public SfxPoolItem { sal_uInt16 nVal; @@ -37,8 +35,7 @@ public: explicit SfxFlagItem( sal_uInt16 nWhich = 0, sal_uInt16 nValue = 0 ); SfxFlagItem( const SfxFlagItem& ); - ~SfxFlagItem() { - DBG_DTOR(SfxFlagItem, 0); } + ~SfxFlagItem() {} virtual sal_uInt8 GetFlagCount() const; |