diff options
Diffstat (limited to 'sot/qa')
-rw-r--r-- | sot/qa/cppunit/test_sot.cxx | 4 |
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 ); |