summaryrefslogtreecommitdiff
path: root/bridges/test/performance/testperformance.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/performance/testperformance.cxx')
-rw-r--r--bridges/test/performance/testperformance.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/performance/testperformance.cxx b/bridges/test/performance/testperformance.cxx
index 36102aca31c4..75d12ad17d44 100644
--- a/bridges/test/performance/testperformance.cxx
+++ b/bridges/test/performance/testperformance.cxx
@@ -171,7 +171,7 @@ void main()
MyTimer timer( "performance - 1000*1000 unicode string construction/destruction" );
for( int i = 0 ; i < 1000*1000 ; i ++ )
{
- OUString textEnc( RTL_CONSTASCII_USTRINGPARAM( "this is a test string" ) );
+ OUString textEnc( "this is a test string" );
}
}