summaryrefslogtreecommitdiff
path: root/sot/qa
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-07-03 15:54:21 -0500
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-04 09:58:22 +0000
commit7c136e7ba27382d5f73454bdf5fa78d0b779e0b7 (patch)
tree2d200cc67d4442e7f87b119905de9b5c522be619 /sot/qa
parente2f002c044243ddd79eea7837167a72c82b98599 (diff)
module sot: String, bool and other clean-up
Change-Id: Ibe2bfdf20c500e9fd98c3baef66d36aa79ca4b52 Reviewed-on: https://gerrit.libreoffice.org/4710 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sot/qa')
-rw-r--r--sot/qa/cppunit/test_sot.cxx4
1 files changed, 2 insertions, 2 deletions
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 );