summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-24 15:45:32 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-24 15:45:32 +0000
commit74cc493850ab7cf2c90c594eec4f1e981d2744aa (patch)
treeba134218c5194469683a3f7247976d95cae06e24 /svx/source/items
parent4844bdcc83ef9e670690105733ee0d7350882e7e (diff)
#i10000# moved ~SvxVector3DItem from e3ditem.hxx
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/e3ditem.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx
index 2ab163231da0..f2c9255f1528 100644
--- a/svx/source/items/e3ditem.cxx
+++ b/svx/source/items/e3ditem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: e3ditem.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2000-12-11 11:54:22 $
+ * last change: $Author: obo $ $Date: 2005-01-24 16:45:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,7 @@ using namespace ::com::sun::star;
// STATIC DATA -----------------------------------------------------------
+DBG_NAMEEX(SvxVector3DItem);
DBG_NAME(SvxVector3DItem);
// -----------------------------------------------------------------------
@@ -87,6 +88,11 @@ SvxVector3DItem::SvxVector3DItem()
DBG_CTOR(SvxVector3DItem, 0);
}
+SvxVector3DItem::~SvxVector3DItem()
+{
+ DBG_DTOR(SvxVector3DItem, 0);
+}
+
// -----------------------------------------------------------------------
SvxVector3DItem::SvxVector3DItem( USHORT nWhich, const Vector3D& rVal ) :