diff options
Diffstat (limited to 'cppu/qa')
-rw-r--r-- | cppu/qa/types.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppu/qa/types.idl b/cppu/qa/types.idl index e42981b170e0..2094b039c70b 100644 --- a/cppu/qa/types.idl +++ b/cppu/qa/types.idl @@ -4,9 +4,9 @@ * * $RCSfile: types.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:43:44 $ + * last change: $Author: rt $ $Date: 2006-03-09 10:45:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,6 +48,8 @@ struct Struct2a: Struct2 { long member2; }; struct Struct2b: Struct2a { long member3; }; +struct Poly< T > { long member; }; + exception Exception1: com::sun::star::uno::Exception { long member; }; exception Exception2: com::sun::star::uno::Exception { long member; }; |