[Libreoffice-commits] .: bridges/test
David Tardon
dtardon at kemper.freedesktop.org
Tue Nov 9 23:13:05 PST 2010
bridges/test/testcomp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fe7999997512bc5c01648aefa24aeeff91ca3d25
Author: Kevin Hunter <hunteke at earlham.edu>
Date: Tue Nov 9 15:05:07 2010 -0500
EasyHack: Convert to RTL macro from FromAscii
diff --git a/bridges/test/testcomp.cxx b/bridges/test/testcomp.cxx
index 2e90b2c..11675c5 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 );
More information about the Libreoffice-commits
mailing list