summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/InvalidTypeNameException.idl')
-rw-r--r--udkapi/com/sun/star/reflection/InvalidTypeNameException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl b/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
index 1ad8e9809e38..c74f28e8c074 100644
--- a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
+++ b/udkapi/com/sun/star/reflection/InvalidTypeNameException.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 exist, but does not meet
some other criteria.
@@ -38,7 +36,6 @@ published exception InvalidTypeNameException : com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };