summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-03-22 14:34:23 +0000
committerThomas Benisch <tbe@openoffice.org>2001-03-22 14:34:23 +0000
commit414a6e63160d9f8016acb3cb95cffa2a0fe1cd77 (patch)
tree62b420137872ae9b04b1bd40c52ed2c5b3249eca /toolkit/inc/toolkit/controls
parenta04b12320c55783ec84d6d001040d7bc2e8affb3 (diff)
added HelpText property
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx b/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx
index 3d8784f92203..4bf12e93c699 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tbe $ $Date: 2001-03-08 16:43:34 $
+ * last change: $Author: tbe $ $Date: 2001-03-22 15:34:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,6 +125,7 @@ FORWARD_DECLARE_INTERFACE( script, XNameContainer )
sal_Int16 m_nTabIndex;
sal_Int32 m_nStep;
::rtl::OUString m_aTag;
+ ::rtl::OUString m_aHelpText;
// </properties>
sal_Bool m_bCloneable;
@@ -249,6 +250,9 @@ FORWARD_DECLARE_INTERFACE( script, XNameContainer )
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.7 2001/03/08 16:43:34 tbe
+ * OPropertyStateHelper overridables
+ *
* Revision 1.6 2001/03/07 14:27:58 tbe
* added step and tag property
*