From 6aa8a32184d0c2c2ca3660fa13731d2873a55880 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 31 Jul 2007 12:48:41 +0000 Subject: INTEGRATION: CWS jsc18 (1.8.30); FILE MERGED 2007/07/19 11:41:11 jsc 1.8.30.1: #i76838# extend test --- codemaker/test/cppumaker/types.idl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'codemaker/test') 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 m21; + sequence m22; + sequence< sequence > m23; }; struct Struct { @@ -696,6 +699,7 @@ exception TestException1: com::sun::star::uno::RuntimeException { any m2; HelperEnum m3; Struct m4; + unsigned short m5; }; exception TestException2: TestException1 {}; -- cgit