summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno/Exception.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno/Exception.idl')
-rw-r--r--udkapi/com/sun/star/uno/Exception.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/uno/Exception.idl b/udkapi/com/sun/star/uno/Exception.idl
index d151e303216f..b218803194a0 100644
--- a/udkapi/com/sun/star/uno/Exception.idl
+++ b/udkapi/com/sun/star/uno/Exception.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::uno::Exception
/** the base of all UNO exceptions
@@ -42,7 +40,6 @@ published exception Exception
*/
string Message;
- //-------------------------------------------------------------------------
/** should contain a reference to the original, which raised the exception.
<p>May be NULL.</p>
@@ -51,7 +48,6 @@ published exception Exception
};
-//=============================================================================
}; }; }; };