summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/WrappedTargetException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/WrappedTargetException.idl')
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/lang/WrappedTargetException.idl b/udkapi/com/sun/star/lang/WrappedTargetException.idl
index e457c1c18ae3..86a81a04a072 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetException.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::WrappedTargetException
/** This is a checked exception that wraps an exception thrown
@@ -40,7 +38,6 @@ module com { module sun { module star { module lang {
*/
published exception WrappedTargetException: com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::lang::WrappedTargetException::TargetException
/** The exception is thrown by the target.
@@ -49,7 +46,6 @@ published exception WrappedTargetException: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };