summaryrefslogtreecommitdiff
path: root/testtools/source/performance/ubtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/performance/ubtest.cxx')
-rw-r--r--testtools/source/performance/ubtest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx
index 5550547e52b2..5d02eeee0d60 100644
--- a/testtools/source/performance/ubtest.cxx
+++ b/testtools/source/performance/ubtest.cxx
@@ -965,7 +965,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
// defaults
FILE * stream = stderr;
sal_Int64 nLoop = NLOOP;
- OUString aArg( RTL_CONSTASCII_USTRINGPARAM("dms") );
+ OUString aArg("dms");
try
{
@@ -1123,8 +1123,8 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
out( "\" ..." );
oslProcess hProcess = 0;
- OUString aUnoExe( RTL_CONSTASCII_USTRINGPARAM("uno") );
- OUString aWorkingDir( RTL_CONSTASCII_USTRINGPARAM(".") );
+ OUString aUnoExe("uno");
+ OUString aWorkingDir(".");
osl_executeProcess(
aUnoExe.pData, pArgs, sizeof(aArgs) / sizeof(OUString),
osl_Process_SEARCHPATH | osl_Process_DETACHED | osl_Process_NORMAL,