summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-11-07 14:10:53 +0000
committerFrank Schönheit <fs@openoffice.org>2001-11-07 14:10:53 +0000
commite05a626fb2919c2a1d00bd99ebcf2b75e232de78 (patch)
tree3cdc071f26fd76cb941115e736b0506542171997 /offapi/com/sun/star/form/component
parentb8a0f0df3f9683a359bfeec1b59fc437cc79dc03 (diff)
the CheckBox is no DataAwareControlModel, but a FormControlModel
Diffstat (limited to 'offapi/com/sun/star/form/component')
-rw-r--r--offapi/com/sun/star/form/component/CheckBox.idl23
1 files changed, 4 insertions, 19 deletions
diff --git a/offapi/com/sun/star/form/component/CheckBox.idl b/offapi/com/sun/star/form/component/CheckBox.idl
index 3654ee082..6dc3c4e83 100644
--- a/offapi/com/sun/star/form/component/CheckBox.idl
+++ b/offapi/com/sun/star/form/component/CheckBox.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CheckBox.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:10 $
+ * last change: $Author: fs $ $Date: 2001-11-07 15:10:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,10 +86,10 @@
service CheckBox
{
// DocMerge: empty anyway
- service com::sun::star::form::DataAwareControlModel;
+ service com::sun::star::awt::UnoControlCheckBoxModel;
// DocMerge: empty anyway
- service com::sun::star::awt::UnoControlCheckBoxModel;
+ service com::sun::star::form::FormControlModel;
// DocMerge: empty anyway
interface com::sun::star::form::XReset;
@@ -119,21 +119,6 @@ service CheckBox
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:18 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:26 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/31 07:42:45 dg
- #74028# documentation completed
-
- Revision 1.2 2000/02/07 11:24:32 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:42 jsc
- new
-
=============================================================================*/
#endif