diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 16:05:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 16:05:19 +0100 |
commit | d205ff49be10159d1766c2d06182c02255497def (patch) | |
tree | 3e2599b02f817af5b92d1759f4df45a0b642f0a2 /include/svl/flagitem.hxx | |
parent | ae00e71afd36f7215669c34e8ea8cafaeed6e468 (diff) |
Remove remaining DBG_CTOR etc. remnants from svl
Change-Id: Ib0a4bd4f3d056c39156bfcfb0bd28c62f2f530b2
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; |