diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:17:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:17:34 +0000 |
commit | 887dd35b423384cb0317bbcd8e8ef5fb47d0488b (patch) | |
tree | 42d58ecc37081aa78938f093eed82b8fabf6720b /codemaker/test | |
parent | 522ad01105feaa64463dac554d8781566a8090d7 (diff) |
INTEGRATION: CWS sb21 (1.2.20); FILE MERGED
2004/08/12 15:34:17 sb 1.2.20.2: #i32158# Changed tests to no longer use unsigned types as template arguments.
2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.
Diffstat (limited to 'codemaker/test')
-rw-r--r-- | codemaker/test/javamaker/java15/types.idl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/codemaker/test/javamaker/java15/types.idl b/codemaker/test/javamaker/java15/types.idl index eb17ce78c7e6..5cd0f877b51b 100644 --- a/codemaker/test/javamaker/java15/types.idl +++ b/codemaker/test/javamaker/java15/types.idl @@ -2,9 +2,9 @@ * * $RCSfile: types.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-06-04 03:16:17 $ + * last change: $Author: rt $ $Date: 2004-08-20 09:17:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,4 +76,9 @@ service Service: com::sun::star::uno::XInterface { create([in] any... args); }; +interface XIfc { + void f1([in] PolyStruct<long, long> arg); + void f2([in] PolyStruct<any, com::sun::star::uno::XInterface> arg); +}; + }; }; }; }; |