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 | b59349c8e1844ee0a419a4f0f237b94c8e81c7da (patch) | |
tree | 5ab33de3a0faa80e18a2aeb4610e8296b563d634 /bridges | |
parent | d7fa5f9a1c347591ff3869c55900fe0046ffd5d3 (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 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 ); |