INTEGRATION: CWS warnings01 (1.10.92); FILE MERGED
2005/09/23 01:04:27 sb 1.10.92.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/14 15:18:44 sb 1.10.92.1: #i53898# Made code warning-free.
This commit is contained in:
parent
27f9101c50
commit
294c3e35ce
1 changed files with 2 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: rtl_OStringBuffer.cxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 15:16:20 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 04:23:02 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -1669,9 +1669,7 @@ namespace rtl_OStringBuffer
|
|||
|
||||
void charAt_007()
|
||||
{
|
||||
sal_Unicode expVal = 0;
|
||||
::rtl::OStringBuffer aStrBuf( *arrOUS[3] );
|
||||
sal_Int32 input = 0;
|
||||
|
||||
CPPUNIT_ASSERT_MESSAGE
|
||||
(
|
||||
|
@ -1683,9 +1681,7 @@ namespace rtl_OStringBuffer
|
|||
|
||||
void charAt_008()
|
||||
{
|
||||
sal_Unicode expVal = 0;
|
||||
::rtl::OStringBuffer aStrBuf( *arrOUS[3] );
|
||||
sal_Int32 input = -2;
|
||||
|
||||
CPPUNIT_ASSERT_MESSAGE
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue