summaryrefslogtreecommitdiff
path: root/sal/qa/osl/file/osl_old_test_file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/file/osl_old_test_file.cxx')
-rw-r--r--sal/qa/osl/file/osl_old_test_file.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx
index 57448e18ba78..fb51d63c9250 100644
--- a/sal/qa/osl/file/osl_old_test_file.cxx
+++ b/sal/qa/osl/file/osl_old_test_file.cxx
@@ -97,7 +97,7 @@ using ::rtl::OString;
void oldtestfile::test_file_001()
{
#ifndef WIN32
- OUString base1( RTL_CONSTASCII_USTRINGPARAM( "file:///" TEST_VOLUME "bla" ) );
+ OUString base1( "file:///" TEST_VOLUME "bla" );
int i;
for( i = 0 ; aSource1[i] ; i +=2 )
{
@@ -116,7 +116,7 @@ void oldtestfile::test_file_001()
void oldtestfile::test_file_002()
{
#ifndef WIN32
- OUString base2( RTL_CONSTASCII_USTRINGPARAM( "file:///" TEST_VOLUME "bla/blubs/schnubbel" ) );
+ OUString base2( "file:///" TEST_VOLUME "bla/blubs/schnubbel" );
int i;
for( i = 0 ; aSource2[i] ; i +=2 )
{
@@ -135,7 +135,7 @@ void oldtestfile::test_file_002()
void oldtestfile::test_file_004()
{
#ifndef WIN32
- OUString base4( RTL_CONSTASCII_USTRINGPARAM( "file:///" TEST_VOLUME "bla/" ) );
+ OUString base4( "file:///" TEST_VOLUME "bla/" );
int i;
for( i = 0 ; aSource1[i] ; i +=2 )
{