summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:56:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:56:59 +0000
commit5f725aae3e01cf7653125dddf7966aada2879eac (patch)
tree11b78b69fc389c40fa8f239bb98fb09cb20f6d3b /offapi/com/sun/star
parent7908a7ad71d89bd7774e9dccab06e9010795732b (diff)
INTEGRATION: CWS tbe4 (1.4.146); FILE MERGED
2003/06/23 13:22:26 tbe 1.4.146.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/awt/UnoControlModel.idl12
1 files changed, 4 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlModel.idl b/offapi/com/sun/star/awt/UnoControlModel.idl
index 17bb6198d..6b5883613 100644
--- a/offapi/com/sun/star/awt/UnoControlModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlModel.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:00:51 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:56:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,9 +98,7 @@
/** specifies the standard model of an <type>UnoControl</type>
in the <em>Smalltalk model view controller design</em>.
-
-
-
+
<p>The interfaces <type scope="com::sun::star::beans">XPropertySet</type>
and <type scope="com::sun::star::beans">XMultiPropertySet</type> need
access to the model data from the embedding environment. The control
@@ -124,7 +122,7 @@ service UnoControlModel
interface com::sun::star::io::XPersistObject;
- interface com::sun::star::util::XCloneable;
+ interface com::sun::star::util::XCloneable;
//-------------------------------------------------------------------------
@@ -132,8 +130,6 @@ service UnoControlModel
*/
[property] string DefaultControl;
- //-------------------------------------------------------------------------
-
};
//=============================================================================