summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-03-23 13:40:26 +0000
committerMalte Timmermann <mt@openoffice.org>2001-03-23 13:40:26 +0000
commit52c4668838b2019098f8c1fcdf3abf46a6c9bf33 (patch)
treed70e7735a6f00e1a8be40bc39d5ea086fa55498b /offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
parentb9a1621796b14f656f640f5f813697fad78f21a8 (diff)
Added HelpURL and HelpText
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl19
1 files changed, 17 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
index fee95d92b1da..a479954152b0 100644
--- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlCheckBoxModel.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:10 $
+ * last change: $Author: mt $ $Date: 2001-03-23 14:40:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,6 +154,18 @@ service UnoControlCheckBoxModel
*/
[property] boolean TriState;
+ //-------------------------------------------------------------------------
+
+ /** specifies the help text of the control.
+ */
+ [property] string HelpText;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the help id of the control.
+ */
+ [property] string HelpURL;
+
};
//=============================================================================
@@ -163,6 +175,9 @@ service UnoControlCheckBoxModel
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:10 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:50 hjs
initial import