summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/NoSupportException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/NoSupportException.idl')
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index fd8f0ad6affb..dcdb91783284 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** This exception is thrown when a feature of an interface is not
supported.
@@ -41,7 +39,6 @@ published exception NoSupportException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };