summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/NotRemoveableException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/NotRemoveableException.idl')
-rw-r--r--udkapi/com/sun/star/beans/NotRemoveableException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/NotRemoveableException.idl b/udkapi/com/sun/star/beans/NotRemoveableException.idl
index 533c882cc3f0..b8bf870cfe1b 100644
--- a/udkapi/com/sun/star/beans/NotRemoveableException.idl
+++ b/udkapi/com/sun/star/beans/NotRemoveableException.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** This exception is thrown to indicate that removing a property from an
<type>XPropertyContainer</type> is not allowed.
@@ -34,7 +32,6 @@ published exception NotRemoveableException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };