summaryrefslogtreecommitdiff
path: root/svx/inc/svx/sderitm.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-04-11 15:08:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-04-11 15:08:31 +0000
commite6d960ead59d1d31f3aee7c430f4f874c499cbd0 (patch)
tree3c17452b20b54e0cdd7598e4775d110730e35849 /svx/inc/svx/sderitm.hxx
parenta521947606c5d3f7885312f8ed380ab7fe3bf9ac (diff)
INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
2007/02/09 16:53:28 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes
Diffstat (limited to 'svx/inc/svx/sderitm.hxx')
-rw-r--r--svx/inc/svx/sderitm.hxx55
1 files changed, 55 insertions, 0 deletions
diff --git a/svx/inc/svx/sderitm.hxx b/svx/inc/svx/sderitm.hxx
new file mode 100644
index 000000000000..40a4dcc9b0aa
--- /dev/null
+++ b/svx/inc/svx/sderitm.hxx
@@ -0,0 +1,55 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: sderitm.hxx,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: vg $ $Date: 2007-04-11 16:08:21 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+#ifndef _SDERITM_HXX
+#define _SDERITM_HXX
+
+#ifndef _SDMETITM_HXX
+#include <svx/sdmetitm.hxx>
+#endif
+
+#ifndef _SVDDEF_HXX //autogen
+#include <svx/svddef.hxx>
+#endif
+
+//------------------------------
+// class SdrEckenradiusItem
+//------------------------------
+class SdrEckenradiusItem: public SdrMetricItem {
+public:
+ SdrEckenradiusItem(long nRadius=0): SdrMetricItem(SDRATTR_ECKENRADIUS,nRadius) {}
+ SdrEckenradiusItem(SvStream& rIn) : SdrMetricItem(SDRATTR_ECKENRADIUS,rIn) {}
+};
+
+#endif