Bug 67351 - BASIC: winx7x64 open folder with filepicker: .setDisplayDirectory is ignored
Summary: BASIC: winx7x64 open folder with filepicker: .setDisplayDirectory is ignored
Status: RESOLVED DUPLICATE of bug 43021
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.0.4.2 release
Hardware: Other Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 12:16 UTC by GoChiLLe
Modified: 2013-07-29 22:11 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***