summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/PropertyExistException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/PropertyExistException.idl')
-rw-r--r--udkapi/com/sun/star/beans/PropertyExistException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyExistException.idl b/udkapi/com/sun/star/beans/PropertyExistException.idl
index 75bea5366c62..375b5afd19de 100644
--- a/udkapi/com/sun/star/beans/PropertyExistException.idl
+++ b/udkapi/com/sun/star/beans/PropertyExistException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** This exception is thrown to indicate that a property with this name already
exists in the object.
@@ -37,7 +35,6 @@ published exception PropertyExistException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };