diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 11:46:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 11:46:50 +0000 |
commit | a2d5fcd2e18a25cef370c79f845841f114ef26f8 (patch) | |
tree | 194cc8efed949f93addaad6f0f60d6598e16c821 /cppu | |
parent | a083e663561325eda4a3a4abd63d81dcfbd4c86a (diff) |
INTEGRATION: CWS ooo64bit01 (1.15.38); FILE MERGED
2004/03/16 23:54:06 fa 1.15.38.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/sequence.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/sequence.cxx b/cppu/source/uno/sequence.cxx index 0dc55166617d..95e46a18ccec 100644 --- a/cppu/source/uno/sequence.cxx +++ b/cppu/source/uno/sequence.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sequence.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2003-09-04 10:53:42 $ + * last change: $Author: rt $ $Date: 2004-06-17 12:46:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,7 +97,7 @@ namespace cppu //------------------------------------------------------------------------------ static inline uno_Sequence * reallocSeq( - uno_Sequence * pReallocate, sal_Int32 nElementSize, sal_Int32 nElements ) + uno_Sequence * pReallocate, sal_Size nElementSize, sal_Int32 nElements ) { OSL_ASSERT( nElementSize >= 0 && nElements >= 0 ); uno_Sequence * pNew = 0; |