[Libreoffice-commits] .: soldep/source

Gert Faller gfaller at kemper.freedesktop.org
Fri Nov 26 14:31:29 PST 2010


 soldep/source/depapp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8e95cad456227131f0236a6cd19d12f707f99111
Author: Gert Faller <gertfaller at aliceadsl.fr>
Date:   Fri Nov 26 23:22:25 2010 +0100

    RTL_CONSTASCII_USTRINGPARAM in bootstrap

diff --git a/soldep/source/depapp.cxx b/soldep/source/depapp.cxx
index 02b637b..b2eb3b3 100644
--- a/soldep/source/depapp.cxx
+++ b/soldep/source/depapp.cxx
@@ -137,8 +137,8 @@ SAL_IMPLEMENT_MAIN()
     InitVCL( xMS );
     ::comphelper::setProcessServiceFactory(xMS);
     com::sun::star::uno::Sequence< com::sun::star::uno::Any > aArgs(2);
-    aArgs[0] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL );
-    aArgs[1] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE );
+    aArgs[0] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY1_LOCAL ));
+    aArgs[1] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY2_OFFICE ));
 
     ::ucbhelper::ContentBroker::initialize( xMS, aArgs );
 


More information about the Libreoffice-commits mailing list