[Libreoffice-commits] .: sal/qa

David Tardon dtardon at kemper.freedesktop.org
Tue Dec 14 22:53:10 PST 2010


 sal/qa/rtl/process/rtl_Process_Const.h |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit f23dee29479aedda75aa8f4d70e1136eb0aee07e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Dec 15 07:53:02 2010 +0100

    RTL_CONSTASCII_USTRINGPARAM qa/rtl/process

diff --git a/sal/qa/rtl/process/rtl_Process_Const.h b/sal/qa/rtl/process/rtl_Process_Const.h
index 15b7454..106af3c 100644
--- a/sal/qa/rtl/process/rtl_Process_Const.h
+++ b/sal/qa/rtl/process/rtl_Process_Const.h
@@ -13,11 +13,10 @@ extern "C"
 {
 #endif
 //------------------------------------------------------------------------
-//::rtl::OUString suParam[4];
-::rtl::OUString suParam0 = ::rtl::OUString::createFromAscii("-join");
-::rtl::OUString suParam1 = OUString::createFromAscii("-with");
-::rtl::OUString suParam2 = OUString::createFromAscii("-child");
-::rtl::OUString suParam3 = OUString::createFromAscii("-process");
+::rtl::OUString suParam0(RTL_CONSTASCII_USTRINGPARAM("-join"));
+::rtl::OUString suParam1(RTL_CONSTASCII_USTRINGPARAM("-with"));
+::rtl::OUString suParam2(RTL_CONSTASCII_USTRINGPARAM("-child"));
+::rtl::OUString suParam3(RTL_CONSTASCII_USTRINGPARAM("-process"));
 
 //------------------------------------------------------------------------
 #ifdef __cplusplus


More information about the Libreoffice-commits mailing list