summaryrefslogtreecommitdiff
path: root/cppu/qa/types.idl
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/types.idl')
-rw-r--r--cppu/qa/types.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/cppu/qa/types.idl b/cppu/qa/types.idl
index 8df58e68ad48..1d62b5c33b26 100644
--- a/cppu/qa/types.idl
+++ b/cppu/qa/types.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: types.idl,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.14.1 $
*
* This file is part of OpenOffice.org.
*
@@ -45,6 +45,8 @@ struct Struct2b: Struct2a { long member3; };
struct Poly< T > { long member; };
+struct Rec { sequence< Rec > x; };
+
exception Exception1: com::sun::star::uno::Exception { long member; };
exception Exception2: com::sun::star::uno::Exception { long member; };