diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 12:48:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 12:48:41 +0000 |
commit | 6aa8a32184d0c2c2ca3660fa13731d2873a55880 (patch) | |
tree | 2ff62ae2e72fcc13eadd212876c9b57edc518de5 /codemaker/test | |
parent | 6d983acde0f37a196e3ceb84e6e6127931dcbf3f (diff) |
INTEGRATION: CWS jsc18 (1.8.30); FILE MERGED
2007/07/19 11:41:11 jsc 1.8.30.1: #i76838# extend test
Diffstat (limited to 'codemaker/test')
-rw-r--r-- | codemaker/test/cppumaker/types.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/codemaker/test/cppumaker/types.idl b/codemaker/test/cppumaker/types.idl index 698788591c39..fb24b7d4c915 100644 --- a/codemaker/test/cppumaker/types.idl +++ b/codemaker/test/cppumaker/types.idl @@ -4,9 +4,9 @@ * * $RCSfile: types.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-07-20 16:08:09 $ + * last change: $Author: hr $ $Date: 2007-07-31 13:48:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -665,6 +665,9 @@ struct BigStruct { com::sun::star::uno::XInterface m18; TDByte m19; TDEnum m20; + sequence<unsigned short> m21; + sequence<char> m22; + sequence< sequence<char> > m23; }; struct Struct<T, U> { @@ -696,6 +699,7 @@ exception TestException1: com::sun::star::uno::RuntimeException { any m2; HelperEnum m3; Struct<long, long> m4; + unsigned short m5; }; exception TestException2: TestException1 {}; |