summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/PropertyValue.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/PropertyValue.idl')
-rw-r--r--udkapi/com/sun/star/beans/PropertyValue.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyValue.idl b/udkapi/com/sun/star/beans/PropertyValue.idl
index b367019cabe7..db8e6d61df8c 100644
--- a/udkapi/com/sun/star/beans/PropertyValue.idl
+++ b/udkapi/com/sun/star/beans/PropertyValue.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/beans/PropertyState.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** specifies a property value.
*/
@@ -41,7 +39,6 @@ published struct PropertyValue
*/
string Name;
- //-------------------------------------------------------------------------
/** contains an implementation-specific handle for the property.
@@ -50,14 +47,12 @@ published struct PropertyValue
*/
long Handle;
- //-------------------------------------------------------------------------
/** contains the value of the property or <void/>,
if no value is available.
*/
any Value;
- //-------------------------------------------------------------------------
/** determines if the value comes from the object itself or from
a default and if the value cannot be determined exactly.
@@ -66,7 +61,6 @@ published struct PropertyValue
};
-//=============================================================================
}; }; }; };