summaryrefslogtreecommitdiff
path: root/codemaker/test
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 09:29:04 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 09:29:04 +0000
commit62cd0464a5bf619a749c687cc24212a1e6949209 (patch)
treed8d52ca586dc23bedf287303a5caf1858e4ac05d /codemaker/test
parent79c689dc1da0a058cbc5c279fa4f36cdce4827c2 (diff)
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.
Diffstat (limited to 'codemaker/test')
-rw-r--r--codemaker/test/cppumaker/types.idl13
1 files changed, 11 insertions, 2 deletions
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<long, long> m4;
+};
+
+exception TestException2: TestException1 {};
+
}; }; };