summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/reflection/InvocationTargetException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/InvocationTargetException.idl')
-rw-r--r--udkapi/com/sun/star/reflection/InvocationTargetException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/InvocationTargetException.idl b/udkapi/com/sun/star/reflection/InvocationTargetException.idl
index f1c6424f96df..ce300f103912 100644
--- a/udkapi/com/sun/star/reflection/InvocationTargetException.idl
+++ b/udkapi/com/sun/star/reflection/InvocationTargetException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/WrappedTargetException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** This exception denotes a checked exception (wrapping an originating exception)
and may be thrown upon using invocation API.
@@ -37,7 +35,6 @@ published exception InvocationTargetException: com::sun::star::lang::WrappedTarg
{
};
-//=============================================================================
}; }; }; };