diff options
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/testcomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/testcomp.cxx b/bridges/test/testcomp.cxx index 8ec0fc251491..53ea34d716bf 100644 --- a/bridges/test/testcomp.cxx +++ b/bridges/test/testcomp.cxx @@ -685,7 +685,7 @@ void testRemote( const Reference< XInterface > &rRemote ) //-------------------- // Test attributes //---------------------- - OUString ow = OUString::createFromAscii( "dum didel dum dideldei" ); + OUString ow( RTL_CONSTASCII_USTRINGPARAM( "dum didel dum dideldei" )); rLCallMe->setsAttribute( ow ); OSL_ASSERT( rLCallMe->getsAttribute() == ow ); |