summaryrefslogtreecommitdiff
path: root/codemaker/test/javamaker/types.idl
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/test/javamaker/types.idl')
-rw-r--r--codemaker/test/javamaker/types.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/codemaker/test/javamaker/types.idl b/codemaker/test/javamaker/types.idl
index e0d5170c1ded..3c80ce8d9fbc 100644
--- a/codemaker/test/javamaker/types.idl
+++ b/codemaker/test/javamaker/types.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <com/sun/star/lang/ClassNotFoundException.idl>
-#include <com/sun/star/lang/IllegalAccessException.idl>
-#include <com/sun/star/uno/DeploymentException.idl>
-#include <com/sun/star/uno/Exception.idl>
-#include <com/sun/star/uno/RuntimeException.idl>
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/uno/XNamingService.idl>
-
module test { module codemaker { module javamaker {
enum Enum1 { VALUE1 = -100, VALUE2 = 100 };