diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:37:20 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:37:20 +0000 |
commit | 2b5fd62cc405c6fbedeab3145c4c3f435aff8ca7 (patch) | |
tree | 038a20543c906a0c2a77c139fa52b3fab6ebb102 /sal/qa/osl | |
parent | b9db27fc92bd924a4fe514331b7ef85cad97729d (diff) |
INTEGRATION: CWS reportdesign01 (1.5.154); FILE MERGED
2007/10/04 09:03:57 lla 1.5.154.1: #i67655# only updates on some tests to build warning free
Diffstat (limited to 'sal/qa/osl')
-rw-r--r-- | sal/qa/osl/socket/sockethelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/socket/sockethelper.cxx b/sal/qa/osl/socket/sockethelper.cxx index 52abe7666cfd..725fba717ee2 100644 --- a/sal/qa/osl/socket/sockethelper.cxx +++ b/sal/qa/osl/socket/sockethelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sockethelper.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 08:54:22 $ + * last change: $Author: ihi $ $Date: 2007-11-20 19:36:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -250,7 +250,7 @@ void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen { tmpBuffer[nCharCounter] = '\0'; nCharCounter = 0; - bsByteSequence[nByteSeqCounter++] = atoi( tmpBuffer ); + bsByteSequence[nByteSeqCounter++] = static_cast<sal_Int8>(atoi( tmpBuffer )); } pChar++; } |