From 572179c6ac717dc66da369248005830c13c5b176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 9 Mar 2006 09:45:27 +0000 Subject: [PATCH] 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. --- cppu/qa/types.idl | 6 ++++-- 1 file 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; };