https://issues.apache.org/ooo/show_bug.cgi?id=123544
--- Comment #10 from Ariel Constenla-Haile <[email protected]> --- (In reply to Ariel Constenla-Haile from comment #6) > This one crashes on Windows 7, it isn't setting any filter, so the following > code tries to access element 0 of an empty vector: the index is negative: after hResult = iDialog->GetFileTypeIndex(&nFileType); nFileType is 0. Then ::sal_Int32 nRealIndex = (nFileType-1); nRealIndex is -1. -- 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.
