Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Hello,

Here's a small patch for dbaccess/source/ui/dlg

Julien.
(LGPLv3+ / MPL)
commit 611a28b9fbafe376910000865c023803a5a0b74b
Author: serval <serval@ilapharm.com>
Date:   Mon Dec 6 22:36:51 2010 +0100

    RTL_CONSTASCII_USTRINGPARAM for ConnectionHelper.cxx

diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx 
b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index a21dff0..c401d28 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -184,7 +184,7 @@ DBG_NAME(OConnectionHelper)
             {
                 try
                 {
-                    ::rtl::OUString sFolderPickerService = 
::rtl::OUString::createFromAscii(SERVICE_UI_FOLDERPICKER);
+                    ::rtl::OUString sFolderPickerService = 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SERVICE_UI_FOLDERPICKER));
                     Reference< XFolderPicker > 
xFolderPicker(m_xORB->createInstance(sFolderPickerService), UNO_QUERY);
                     if (!xFolderPicker.is())
                     {

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.