Description: The menu entry "File > Download as..." doesn't make sense in the iOS app and should be removed. Steps to Reproduce: 1. Open the menu "File" 2. Click the entry "Download as..." Actual Results: A dialog which says "Wird heruntergeladen..." is shown in the footer but nothing happens. Expected Results: The entry should be removed from the menu Reproducible: Always User Profile Reset: No Additional Info:
Perhaps as a quick fix it'd be fine to remove it all, but the basic conversion/PDF export functionality is nice to have somewhere.
I agree, that having the conversion functionality would be great. Maybe something like this could work? Assuming the current file is foo.odt and the user wants to convert to docx: * try if the location of the current file is writable * check if "foo.docx" does not exist (otherwise use "foo_1.docx" or the next free number) * convert the file and save it as "foo.docx" * show a message "document was converted and saved as "foo.docx" in the current folder
*** This bug has been marked as a duplicate of bug 124448 ***