summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/XPropertyContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertyContainer.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index 4707926e35d2..c614a99d5c3a 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** makes it possible to add and remove properties to or from an object.
@@ -47,7 +45,6 @@ module com { module sun { module star { module beans {
*/
published interface XPropertyContainer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** adds a property to the object.
@@ -74,7 +71,6 @@ published interface XPropertyContainer: com::sun::star::uno::XInterface
com::sun::star::beans::IllegalTypeException,
com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** removes a property from the object.
@@ -89,7 +85,6 @@ published interface XPropertyContainer: com::sun::star::uno::XInterface
com::sun::star::beans::NotRemoveableException );
};
-//=============================================================================
}; }; }; };