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.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl b/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
index c74f28e8c074..83511eb9d418 100644
--- a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
+++ b/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_reflection_InvalidTypeNameException_idl__
-#define __com_sun_star_reflection_InvalidTypeNameException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
-
module com { module sun { module star { module reflection {
@@ -39,6 +34,4 @@ published exception InvalidTypeNameException : com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */