Bug 124159

Summary: Useless menu entry - File > Download as...
Product: LibreOffice Reporter: Nicolas Christener <contact>
Component: iOS EditorAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: aron.budea
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: other   
Whiteboard:
Crash report or crash signature: Regression By:

Description Nicolas Christener 2019-03-18 13:58:51 UTC
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:
Comment 1 Aron Budea 2019-03-18 20:26:13 UTC
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.
Comment 2 Nicolas Christener 2019-03-19 06:43:05 UTC
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
Comment 3 How can I remove my account? 2019-04-12 13:07:39 UTC

*** This bug has been marked as a duplicate of bug 124448 ***