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.
This commit is contained in:
parent
2cf3ab0e32
commit
572179c6ac
1 changed files with 4 additions and 2 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue