summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:26:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:26:13 +0000
commitc3662a58b94b3ec02d6b6aa27b2305aa03357cf2 (patch)
tree92422873b1516267e5596cfa3f4acf55e81e13ab /sal
parentba82e2dbd616d159e5b5cad7d3d634b6d0f5aab4 (diff)
INTEGRATION: CWS warnings01 (1.3.172); FILE MERGED
2005/09/23 01:19:40 sb 1.3.172.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 12:35:43 sb 1.3.172.1: #i53898# Fixed previous change.
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/math/test_rtl_math.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/rtl/math/test_rtl_math.cxx b/sal/qa/rtl/math/test_rtl_math.cxx
index dfd8461cb9bd..319592d2fb04 100644
--- a/sal/qa/rtl/math/test_rtl_math.cxx
+++ b/sal/qa/rtl/math/test_rtl_math.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: test_rtl_math.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:47:10 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:26:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -172,7 +172,7 @@ bool testNumberToString(hTestResult pTestResult,
// call to the real test checker
// pTestResult->pFuncs->state_(pTestResult, bSuccess, "test_rtl_math",
// aBuffer.getStr(), false);
- c_rtl_tres_state(pTestResult, bSuccess, (sal_Char*)aBuffer.getStr(), "testNumberToString");
+ c_rtl_tres_state(pTestResult, bSuccess, aBuffer.getStr(), "testNumberToString");
return bSuccess;
}
@@ -234,7 +234,7 @@ bool testStringToNumberToString(hTestResult pTestResult,
// call to the real test checker
// pTestResult->pFuncs->state_(pTestResult, bSuccess, "test_rtl_math",
// aBuffer.getStr(), false);
- c_rtl_tres_state(pTestResult, bSuccess, (sal_Char*)aBuffer.getStr(), "testStringToNumberToString");
+ c_rtl_tres_state(pTestResult, bSuccess, aBuffer.getStr(), "testStringToNumberToString");
return bSuccess;
}