summaryrefslogtreecommitdiffstats
path: root/include/svl/ptitem.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 16:05:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 16:05:19 +0100
commitd205ff49be10159d1766c2d06182c02255497def (patch)
tree3e2599b02f817af5b92d1759f4df45a0b642f0a2 /include/svl/ptitem.hxx
parentBin rest of DBG_WARNING[123] (diff)
downloadcore-d205ff49be10159d1766c2d06182c02255497def.tar.gz
core-d205ff49be10159d1766c2d06182c02255497def.zip
Remove remaining DBG_CTOR etc. remnants from svl
Change-Id: Ib0a4bd4f3d056c39156bfcfb0bd28c62f2f530b2
Diffstat (limited to 'include/svl/ptitem.hxx')
-rw-r--r--include/svl/ptitem.hxx7
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,