summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/PropertyValueInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/PropertyValueInfo.idl')
-rw-r--r--offapi/com/sun/star/ucb/PropertyValueInfo.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/PropertyValueInfo.idl b/offapi/com/sun/star/ucb/PropertyValueInfo.idl
index c9e199c2c1af..23049c501341 100644
--- a/offapi/com/sun/star/ucb/PropertyValueInfo.idl
+++ b/offapi/com/sun/star/ucb/PropertyValueInfo.idl
@@ -23,24 +23,20 @@
#include <com/sun/star/ucb/PropertyValueState.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** contains value and state of a
<type scope="com::sun::star::beans">Property</type>.
*/
published struct PropertyValueInfo: com::sun::star::beans::PropertyValue
{
- //-------------------------------------------------------------------------
/** the state of the property value.
*/
com::sun::star::ucb::PropertyValueState ValueState;
};
-//=============================================================================
}; }; }; };