From 7c136e7ba27382d5f73454bdf5fa78d0b779e0b7 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Wed, 3 Jul 2013 15:54:21 -0500 Subject: module sot: String, bool and other clean-up Change-Id: Ibe2bfdf20c500e9fd98c3baef66d36aa79ca4b52 Reviewed-on: https://gerrit.libreoffice.org/4710 Tested-by: LibreOffice gerrit bot Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- sot/qa/cppunit/test_sot.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sot/qa') diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx index c88bcacb7842..66f1d5ede2e6 100644 --- a/sot/qa/cppunit/test_sot.cxx +++ b/sot/qa/cppunit/test_sot.cxx @@ -27,7 +27,7 @@ namespace SotTest() {} bool checkStream( const SotStorageRef &xObjStor, - const String &rStreamName, + const OUString &rStreamName, sal_uLong nSize ); bool checkStorage( const SotStorageRef &xObjStor ); @@ -43,7 +43,7 @@ namespace }; bool SotTest::checkStream( const SotStorageRef &xObjStor, - const String &rStreamName, + const OUString &rStreamName, sal_uLong nSize ) { unsigned char *pData = (unsigned char*)malloc( nSize ); -- cgit