diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:14:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:14:04 +0000 |
commit | 8329f390a600eb51eec540b25708d8423920e31d (patch) | |
tree | 12a4d1ce0f432b2d6668716e53006685d84ab833 /sal/inc | |
parent | 70b6122e66502d193822dd08fe06c5d4736bebf0 (diff) |
INTEGRATION: CWS warnings01 (1.4.166); FILE MERGED
2005/09/23 00:39:45 sb 1.4.166.2: RESYNC: (1.4-1.5); FILE MERGED
2005/08/30 17:03:13 sb 1.4.166.1: #i53898# Made code warning-free.
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/rtl/byteseq.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/byteseq.hxx b/sal/inc/rtl/byteseq.hxx index d2877158ce47..79683e0cc57f 100644 --- a/sal/inc/rtl/byteseq.hxx +++ b/sal/inc/rtl/byteseq.hxx @@ -4,9 +4,9 @@ * * $RCSfile: byteseq.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:36:29 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:14:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ inline ByteSequence::ByteSequence( const sal_Int8 * pElements, sal_Int32 len ) #endif } //__________________________________________________________________________________________________ -inline ByteSequence::ByteSequence( sal_Int32 len, enum __ByteSequence_NoDefault value ) +inline ByteSequence::ByteSequence( sal_Int32 len, enum __ByteSequence_NoDefault ) : _pSequence( 0 ) { ::rtl_byte_sequence_constructNoDefault( &_pSequence, len ); @@ -95,7 +95,7 @@ inline ByteSequence::ByteSequence( sal_Int32 len, enum __ByteSequence_NoDefault #endif } //__________________________________________________________________________________________________ -inline ByteSequence::ByteSequence( sal_Sequence *pSequence, enum __ByteSequence_NoAcquire value ) SAL_THROW( () ) +inline ByteSequence::ByteSequence( sal_Sequence *pSequence, enum __ByteSequence_NoAcquire ) SAL_THROW( () ) : _pSequence( pSequence ) { } |