https://bugs.freedesktop.org/show_bug.cgi?id=43021
--- Comment #7 from Frieder <[email protected]> 2012-03-10 07:54:50 PST --- Hello Addition2: Maybe it is helpful for the one, how is going to fix this bug, to know, that the Windows FolderPicker-dialog works fine. Sub testFolderPickerDialog oFolderDialog = CreateUnoService("com.sun.star.ui.dialogs.FolderPicker") oFolderDialog.SetDisplayDirectory(ConvertToURL("C:\")) oFolderDialog.Execute End Sub If you run this macro, the Windows FolderPicker-dialog opens in the directory C:\, as expected. regards Frieder (LO3.5.1.rc2 on Win7 ) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
