diff options
author | Kevin Hunter <hunteke@earlham.edu> | 2010-11-09 15:05:07 -0500 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-10 08:12:10 +0100 |
commit | fe7999997512bc5c01648aefa24aeeff91ca3d25 (patch) | |
tree | 36c366a8a1bcfb88088f6de5059fb183a2e6c4a3 /bridges | |
parent | 96905d2f3b9a2ea013d8081eccef846af18768c9 (diff) |
EasyHack: Convert to RTL macro from FromAscii
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 2e90b2c8d..11675c590 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 ); |