Bug 67351

Summary: BASIC: winx7x64 open folder with filepicker: .setDisplayDirectory is ignored
Product: LibreOffice Reporter: GoChiLLe <gochille>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: cno
Priority: medium    
Version: 4.0.4.2 release   
Hardware: Other   
OS: Windows (All)   
Whiteboard: BSA
Crash report or crash signature: Regression By:

Description GoChiLLe 2013-07-26 12:16:08 UTC
Problem description: 
folder opennig with com.sun.star.ui.dialogs.FilePicker in basic not working .. specified folder by command .setDisplayDirectory is ignored totally .. problem has been fixed in 4.0.3.3. release but appears again i 4.0.4.2 and 4.1.0.4 releases

Steps to reproduce:
oFilePicker = CreateUnoService("com.sun.star.ui.dialogs.FilePicker")
oFilePicker.setDisplayDirectory("Path")
oFilePicker.execute()
Operating System: Windows 7
Version: 4.0.4.2 release
Comment 1 Cor Nouws 2013-07-26 12:47:29 UTC
thanks for the report, GoCille,

On Ubuntu it works fine (but I use convertToURL("path")

In any case I put some extra words in the summary.

regards,
Cor
Comment 2 Cor Nouws 2013-07-29 22:11:57 UTC
If any, it's a bug of 43021 of course!

*** This bug has been marked as a duplicate of bug 43021 ***