summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/InvalidListenerException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/InvalidListenerException.idl')
-rw-r--r--udkapi/com/sun/star/lang/InvalidListenerException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/lang/InvalidListenerException.idl b/udkapi/com/sun/star/lang/InvalidListenerException.idl
index 50d453ce2ca7..be451657352e 100644
--- a/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/udkapi/com/sun/star/lang/InvalidListenerException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::InvalidListenerException
/** is thrown by the <member>XConnectionPoint::advice</member> method
@@ -39,7 +37,6 @@ published exception InvalidListenerException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };