summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XProperty.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XProperty.idl')
-rw-r--r--udkapi/com/sun/star/beans/XProperty.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/XProperty.idl b/udkapi/com/sun/star/beans/XProperty.idl
index 8c1eb6524b35..3bfe3f6d6731 100644
--- a/udkapi/com/sun/star/beans/XProperty.idl
+++ b/udkapi/com/sun/star/beans/XProperty.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/beans/Property.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** Is implemented by objects that also are a property of
some other object.
@@ -47,10 +45,8 @@ published interface XProperty: com::sun::star::uno::XInterface
*/
com::sun::star::beans::Property getAsProperty();
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };