summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-03-01 13:27:14 +0000
committerThomas Benisch <tbe@openoffice.org>2001-03-01 13:27:14 +0000
commit62ac7487861160ed387e0b2176b7065711e9f5a6 (patch)
tree87bcffffd2ec3fb672bb094ce711db8aa023d778 /toolkit/inc/toolkit/controls
parent7aee681b5590a14d16985864a84b6b214b000e64 (diff)
removed ClassId from geometry control model
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx b/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx
index 7b8aa91fc549..f3dc622ef522 100644
--- a/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx
+++ b/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: geometrycontrolmodel.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tbe $ $Date: 2001-02-28 10:51:22 $
+ * last change: $Author: tbe $ $Date: 2001-03-01 14:27:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,6 @@ FORWARD_DECLARE_INTERFACE( script, XNameContainer )
sal_Int32 m_nHeight;
::rtl::OUString m_nName;
sal_Int16 m_nTabIndex;
- sal_Int16 m_nClassId;
// </properties>
public:
@@ -209,6 +208,9 @@ FORWARD_DECLARE_INTERFACE( script, XNameContainer )
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2001/02/28 10:51:22 tbe
+ * added additional properties to geometry model
+ *
* Revision 1.2 2001/02/21 17:21:57 ab
* Support for XScriptEventsSupplier added
*