summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl')
-rw-r--r--udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
index e3859693a17d..980487d4ff2f 100644
--- a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
+++ b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** thrown in case that a certain type name does not exist.
@@ -37,7 +35,6 @@ published exception NoSuchTypeNameException : com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };