[Libreoffice-commits] .: dbaccess/source

Noel Power noelp at kemper.freedesktop.org
Tue Dec 7 04:38:19 PST 2010


 dbaccess/source/ui/dlg/ConnectionHelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2ae281311a21be0bd067813569bfbe0bce27bcd
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Dec 7 12:38:22 2010 +0000

    string tweakage

diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index a21dff0..0cf7283 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(SERVICE_UI_FOLDERPICKER);
                     Reference< XFolderPicker > xFolderPicker(m_xORB->createInstance(sFolderPickerService), UNO_QUERY);
                     if (!xFolderPicker.is())
                     {


More information about the Libreoffice-commits mailing list