https://issues.apache.org/ooo/show_bug.cgi?id=123544
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #15 from Ariel Constenla-Haile <[email protected]> --- revision 1535717 only fixes the crash. The problem reported here is still there (not only using the API, but in the user interface). The whole code in http://svn.apache.org/viewvc/openoffice/trunk/main/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx?revision=1535717&view=markup&pathrev=1535717#l888 has a wrong approach: if there is a default directory and a file name, the code generates a file URL (directory + / + filename + extension), and the default directory is only set if this file exists (ll. 933 ss.); this is a nonsense, because when you are saving a file, this file does not exist yet, so FindFirstFile fails. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
