string tweakage
This commit is contained in:
parent
645e8e0cfb
commit
ed20f8f2d2
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue