From 710f41b7aec8e7d35a0da8be332aa289f98942af Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 29 Jun 2013 23:57:38 -0500 Subject: Clean String and sal_Bool in tools Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655 Reviewed-on: https://gerrit.libreoffice.org/4627 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- tools/qa/cppunit/test_stream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/qa/cppunit/test_stream.cxx') diff --git a/tools/qa/cppunit/test_stream.cxx b/tools/qa/cppunit/test_stream.cxx index 3474f4465f8f..e6f410893162 100644 --- a/tools/qa/cppunit/test_stream.cxx +++ b/tools/qa/cppunit/test_stream.cxx @@ -219,7 +219,7 @@ namespace SvMemoryStream aMemStream(foo, SAL_N_ELEMENTS(foo)-1, STREAM_READ); OString aFoo; - sal_Bool bRet; + bool bRet; bRet = aMemStream.ReadLine(aFoo); CPPUNIT_ASSERT(bRet); -- cgit