summaryrefslogtreecommitdiff
path: root/sal/test/testbootstrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/test/testbootstrap.cxx')
-rw-r--r--sal/test/testbootstrap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/test/testbootstrap.cxx b/sal/test/testbootstrap.cxx
index 5de39f01de26..151b03a33cb1 100644
--- a/sal/test/testbootstrap.cxx
+++ b/sal/test/testbootstrap.cxx
@@ -69,8 +69,8 @@ int main( int argc, char *argv[] )
Bootstrap bootstrap(iniName);
- OUString name( RTL_CONSTASCII_USTRINGPARAM( "MYBOOTSTRAPTESTVALUE" ));
- OUString myDefault( RTL_CONSTASCII_USTRINGPARAM("$Default"));
+ OUString name( "MYBOOTSTRAPTESTVALUE" );
+ OUString myDefault("$Default");
OUString value;
sal_Bool useDefault;