https://issues.apache.org/ooo/show_bug.cgi?id=121857

--- Comment #1 from Ariel Constenla-Haile <[email protected]> ---
The bug is due to the way filters are added to the file picker:

css::ui::dialogs::XFilterManager::appendFilter( UI Name, filter)

The presentation minimizer adds only the extension (odp, ppt, etc.) in the
filter, but the filter must be in the form "*.<etension>".

Thus, if filter is only "odp", the file picker implementation removes two
chars, corresponding to "*.", it removes "od" and leaves "p".

This bug has to be fixed in the file picker implementation (do not assume that
the two first chars of the filter are "*.") and in the Presentation Minimizer
(append the filter in the form "*.<extension>".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to