summaryrefslogtreecommitdiff
path: root/bridges/test/java_uno/any/types.idl
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/java_uno/any/types.idl')
-rw-r--r--bridges/test/java_uno/any/types.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/test/java_uno/any/types.idl b/bridges/test/java_uno/any/types.idl
index a7d7df5487e6..cc71ad85fd08 100644
--- a/bridges/test/java_uno/any/types.idl
+++ b/bridges/test/java_uno/any/types.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,8 +35,8 @@ interface XTransport : com::sun::star::uno::XInterface
any mapAny([in] any a);
};
-interface BaseInterface : com::sun::star::uno::XInterface {};
-
-interface DerivedInterface : BaseInterface {};
+interface BaseInterface : com::sun::star::uno::XInterface {};
+interface DerivedInterface : BaseInterface {};
+
}; }; };