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/ptitem.hxx | |
parent | ae00e71afd36f7215669c34e8ea8cafaeed6e468 (diff) |
Remove remaining DBG_CTOR etc. remnants from svl
Change-Id: Ib0a4bd4f3d056c39156bfcfb0bd28c62f2f530b2
Diffstat (limited to 'include/svl/ptitem.hxx')
-rw-r--r-- | include/svl/ptitem.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/svl/ptitem.hxx b/include/svl/ptitem.hxx index 22ee52b36ea4..e24912c40230 100644 --- a/include/svl/ptitem.hxx +++ b/include/svl/ptitem.hxx @@ -25,10 +25,6 @@ class SvStream; -DBG_NAMEEX_VISIBILITY(SfxPointItem, SVL_DLLPUBLIC) - - - class SVL_DLLPUBLIC SfxPointItem: public SfxPoolItem { Point aVal; @@ -38,8 +34,7 @@ public: SfxPointItem(); SfxPointItem( sal_uInt16 nWhich, const Point& rVal ); SfxPointItem( const SfxPointItem& ); - ~SfxPointItem() { - DBG_DTOR(SfxPointItem, 0); } + ~SfxPointItem() {} virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, |