summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/test/testcomp.cxx2
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 );
8 +0000'>2012-12-11rtl:: prefix removal from configmgrRadu Ioan 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-11-29Support optional dependencies among .xcd filesStephan Bergmann 2012-11-06fdo#55138: Do not double-expand bootstrap variablesStephan Bergmann 2012-10-31Some more configuration::theDefaultProvider simplificationsStephan Bergmann 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl