summaryrefslogtreecommitdiff
path: root/codemaker/test/javamaker
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/test/javamaker')
-rw-r--r--codemaker/test/javamaker/java15/types.idl2
-rw-r--r--codemaker/test/javamaker/types.idl8
2 files changed, 0 insertions, 10 deletions
diff --git a/codemaker/test/javamaker/java15/types.idl b/codemaker/test/javamaker/java15/types.idl
index 3244eb257201..c8de4973ccd6 100644
--- a/codemaker/test/javamaker/java15/types.idl
+++ b/codemaker/test/javamaker/java15/types.idl
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <com/sun/star/uno/XInterface.idl>
-
module test { module codemaker { module javamaker { module java15 {
struct PolyStruct<if,else> {
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 };