summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2010-12-07 12:38:22 +0000
committerNoel Power <noel.power@novell.com>2010-12-07 12:38:22 +0000
commita2ae281311a21be0bd067813569bfbe0bce27bcd (patch)
treebbd24878ae350b5594e7b8388716a779ef6d298d /dbaccess/source/ui
parentb40db1ccd387c9818b5685754f6539ea0a942cb2 (diff)
string tweakage
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index a21dff0ff..0cf72835b 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())
{