summaryrefslogtreecommitdiff
path: root/cppu/qa
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-03-09 09:45:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-03-09 09:45:27 +0000
commit70ce6eb2002356ad9bbbc0350b5cccb21facc63a (patch)
treeb81bcdbed4e50149b0d7eb82d62a8443a09abdb2 /cppu/qa
parente4232ea1a5674c166528b63414b117f78eac421d (diff)
INTEGRATION: CWS jl31 (1.3.38); FILE MERGED
2006/02/20 16:00:31 sb 1.3.38.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.
Diffstat (limited to 'cppu/qa')
-rw-r--r--cppu/qa/types.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/cppu/qa/types.idl b/cppu/qa/types.idl
index e42981b17..2094b039c 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; };