summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/Property.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/Property.idl')
-rw-r--r--udkapi/com/sun/star/beans/Property.idl29
1 files changed, 9 insertions, 20 deletions
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index 42ad66601..cf4c71a3a 100644
--- a/udkapi/com/sun/star/beans/Property.idl
+++ b/udkapi/com/sun/star/beans/Property.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Property.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $
+ * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,28 +75,18 @@
// DocMerge from xml: struct com::sun::star::beans::Property
/** This structure describes a property.
-
-
- <p>There are three types of properties:
- <dl>
- <dt>bound properties
- </dt>
- <dt>constrained properties
- </dt>
- <dt>free properties
+ <p>There are three types of properties: </p>
<dl>
+ <dt>bound properties</dt>
+ <dt>constrained properties</dt>
+ <dt>free properties</dt>
</dl>
- </dt>
- </dl>
- </p>
*/
struct Property
{
// DocMerge from xml: field com::sun::star::beans::Property::Name
/** specifies the name of the property.
-
-
<p>The name is unique within an <type>XPropertySet</type>.</p>
*/
string Name;
@@ -106,8 +96,6 @@ struct Property
// DocMerge from xml: field com::sun::star::beans::Property::Handle
/** contains an implementation-specific handle for the property.
-
-
<p>It may be -1 if the implementation has no handle. You can use
this handle to get values from the <type>XFastPropertySet</type>.</p>
*/
@@ -119,8 +107,6 @@ struct Property
/** contains an object that identifies the declared type for
the property.
-
-
<p>If the property has multiple types or the type is not
known, <strong>but not <atom>any</atom></strong>, then
<const>void</const> must be returned.</p>
@@ -144,6 +130,9 @@ struct Property
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:20 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:55 hjs
initial import