summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ListenerAlreadySetException.idl')
-rw-r--r--offapi/com/sun/star/ucb/ListenerAlreadySetException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl b/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl
index aa46be47af5c..40b309f71d78 100644
--- a/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl
+++ b/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This exception is thrown to indicate that a Listener is already set while
only one is allowed.
*/
@@ -36,7 +34,6 @@ published exception ListenerAlreadySetException: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };