diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:33:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:33:29 +0000 |
commit | 9cfe066bb358e0383edd0cb3f63cea19e4246c73 (patch) | |
tree | 530e6be685762f703067adac36d85229d08332a6 /cppu/inc | |
parent | 49c340936a97cb0f50f6fe49f4458e5343110ca6 (diff) |
INTEGRATION: CWS mh11rc (1.14.54); FILE MERGED
2003/06/05 08:24:21 dbo 1.14.54.1: #i11781# compiler warnings
Diffstat (limited to 'cppu/inc')
-rw-r--r-- | cppu/inc/com/sun/star/uno/Sequence.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/inc/com/sun/star/uno/Sequence.hxx b/cppu/inc/com/sun/star/uno/Sequence.hxx index 628c346f2..da183aac4 100644 --- a/cppu/inc/com/sun/star/uno/Sequence.hxx +++ b/cppu/inc/com/sun/star/uno/Sequence.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Sequence.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: dbo $ $Date: 2001-11-09 09:14:30 $ + * last change: $Author: vg $ $Date: 2003-06-12 10:33:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -227,7 +227,7 @@ SAL_CALL getCppuType( const ::com::sun::star::uno::Sequence< E > * ) SAL_THROW( if (! ::com::sun::star::uno::Sequence< E >::s_pType) { const ::com::sun::star::uno::Type & rElementType = ::getCppuType( - (::com::sun::star::uno::Sequence< E >::ElementType *)0 ); + (typename ::com::sun::star::uno::Sequence< E >::ElementType const *)0 ); ::typelib_static_sequence_type_init( & ::com::sun::star::uno::Sequence< E >::s_pType, rElementType.getTypeLibType() ); |