summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 13:56:21 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 13:56:21 +0000
commit7bc4cb9184e06f89bb5bf8677c15ef10a15ecde1 (patch)
treedcdae12126f7a6ee1a09319a49de3d36d729a5b3 /sal
parent2c223528de37c4950de8e4918505e6c54f444d99 (diff)
INTEGRATION: CWS qadev16 (1.2.46); FILE MERGED
2004/02/05 11:24:44 lla 1.2.46.1: #114786# wall cleanup
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/strings/test_oustring_convert.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/rtl/strings/test_oustring_convert.cxx b/sal/qa/rtl/strings/test_oustring_convert.cxx
index a1f2f095cdde..2bf548089c83 100644
--- a/sal/qa/rtl/strings/test_oustring_convert.cxx
+++ b/sal/qa/rtl/strings/test_oustring_convert.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: test_oustring_convert.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-08-07 14:57:29 $
+ * last change: $Author: obo $ $Date: 2004-03-19 14:56:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -210,6 +210,6 @@ void test::oustring::Convert::convertToString()
OUSTRING_TO_OSTRING_CVTFLAGS,
"A?B",
"A?B" } };
- for (int i = 0; i < sizeof aTests / sizeof aTests[0]; ++i)
+ for (unsigned int i = 0; i < sizeof aTests / sizeof aTests[0]; ++i)
testConvertToString(aTests[i]);
}