From 62cd0464a5bf619a749c687cc24212a1e6949209 Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Fri, 22 Oct 2004 09:29:04 +0000 Subject: INTEGRATION: CWS tune06 (1.3.26); FILE MERGED 2004/10/13 12:10:18 sb 1.3.26.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility. --- codemaker/test/cppumaker/types.idl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'codemaker/test') diff --git a/codemaker/test/cppumaker/types.idl b/codemaker/test/cppumaker/types.idl index 00923ede7d53..100bb19f3ee9 100644 --- a/codemaker/test/cppumaker/types.idl +++ b/codemaker/test/cppumaker/types.idl @@ -2,9 +2,9 @@ * * $RCSfile: types.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-06-04 03:15:07 $ + * last change: $Author: pjunck $ $Date: 2004-10-22 10:29:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -613,4 +613,13 @@ struct AlignmentDerivedStruct: AlignmentBaseStruct { short member3; }; +exception TestException1: com::sun::star::uno::RuntimeException { + long m1; + any m2; + HelperEnum m3; + Struct m4; +}; + +exception TestException2: TestException1 {}; + }; }; }; -- cgit