Steps to reproduce: 0. Open a new text document 1. Go to menu: Tools > Options > Load/Save (General)- 2. Change "Always save as" option from "ODF Text Document" to "Microsoft Word 2007-2013 XML". 2.1 Ensure that "warn when not saving in ODF or default format" is enabled. 3. Save document as "somename.doc" Expectation: A warning telling me I am not using the default format appears. Reality: A warning dialog appears, but it tells me I am not using the ODF format. If I press on the button named "Use ODF format" it will save as .docx - the default format I had selected.
Reproducible with LO 4.4.1.2, Win 8.1
Sent patch for review at https://gerrit.libreoffice.org/15170 The proposed solution is replacing the text in the dialog to match the file type that was selected in the options. Thanks to Juan Suárez for detecting the bug and providing the fix :)
Created attachment 114649 [details] Screenshot of the solution proposed in gerrit#15170 Attaching screenshot of the solution proposed in gerrit#15170.
As pointed in https://gerrit.libreoffice.org/15170, we will do some changes to the patch: * The text "Use the default ODF file format to be sure..." will be kept untouched. * That text will only appear in case the default format is ODF. If the user has selected OOXML as default, the dialog would be like in the attachment below.
Created attachment 114724 [details] Screenshot of the new solution
https://gerrit.libreoffice.org/15170 was updated, and a second patch to hide the ODF explanation was pushed to https://gerrit.libreoffice.org/15234
Juan A. Suarez Romero committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e904e6ad4876c095ab5ee7bd40540635c520c9de tdf#90478: Show the right default format when saving It will be available in 5.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Jacobo Aragunde Pérez committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5c308ad7696f3873c0747afef1ea143047e4eafb tdf#90478: Hide explanation on ODF when default format is alien It will be available in 5.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.