summaryrefslogtreecommitdiff
path: root/cppu/inc/com
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:33:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:33:29 +0000
commit41850a2999cb29c09f1cd49ae915572e92d57ed4 (patch)
tree65b087ed7c6327c8de2f46995e0f0d53a8563765 /cppu/inc/com
parente5d3bf32c313b9857071febfef7add8bb929d57e (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/com')
-rw-r--r--cppu/inc/com/sun/star/uno/Sequence.hxx6
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 b25ff3170806..ef19e9c24abf 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() );