summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/DisposedException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/DisposedException.idl')
-rw-r--r--udkapi/com/sun/star/lang/DisposedException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/lang/DisposedException.idl b/udkapi/com/sun/star/lang/DisposedException.idl
index 9a5780bb4a13..f10db6a6d543 100644
--- a/udkapi/com/sun/star/lang/DisposedException.idl
+++ b/udkapi/com/sun/star/lang/DisposedException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::DisposedException
/** This exception occurs if the object behind this interface has been
@@ -40,7 +38,6 @@ published exception DisposedException: com::sun::star::uno::RuntimeException
{
};
-//=============================================================================
}; }; }; };