Created attachment 81584 [details] Screenshot of the "Confirm file format" dialog Problem description: Steps to reproduce: 1. Open RTF document and change something in it. 2. Click File > Save. Current behavior: Dialog "Confirm File Format" appears asking to choose a format. In this dialog there are two buttons: "Use Rich Text Format Format" and "Use ODF Format" From this we can conclude that Writer has Redundant Acronym Syndrome syndrome. Expected behavior: "Use Rich Text Format" and "Use ODF" or "Use OpenDocument Format". or better: "Save as Rich Text Format" document and "Save as ODF document" as we're not "using" format, we saving. Operating System: All Version: 4.0.4.2 release
(In reply to comment #0) "Save as ODF document" Yes, let's replace "Open Document Format format" by "Open Document Format document" .-)
(In reply to comment #1) > (In reply to comment #0) > "Save as ODF document" > > Yes, let's replace "Open Document Format format" by "Open Document Format > document" .-) Oh! At least it's for "Save", not "Open" function. "Open Open Document Format format document". :-D
:D Thanks for reporting! I can confirm this behavior using Mac OSX 10.8.3 with LibreOffice 4.1.0.1 -> NEW. Trivial bug (see https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg), so marking it as such. Kind regards, Joren
*** Bug 66320 has been marked as a duplicate of this bug. ***
Bjorn: since this one is older than fdo#66320, I put this last one as dup and add copy paste the Whiteboard values. If you prefer I revert this, don't hesitate to tell me, I'll do it. David: Just for information, I had suggested some ways to fix this here: https://bugs.freedesktop.org/show_bug.cgi?id=66320#c1 But don't know if one of them is really ok.
I suggest Julien's first solution: 1) replace "Rich Text Format" by "Rich Text" diff --git a/filter/source/config/fragments/filters/Rich_Text_Format.xcu b/filter/source/config/fragments/filters/Rich_Text_Format.xcu index 4bb6a82..602ca42 100644 --- a/filter/source/config/fragments/filters/Rich_Text_Format.xcu +++ b/filter/source/config/fragments/filters/Rich_Text_Format.xcu @@ -21,7 +21,7 @@ <prop oor:name="FilterService"><value>com.sun.star.comp.Writer.RtfFilter</value></prop> <prop oor:name="UserData"><value>RTF</value></prop> <prop oor:name="UIName"> - <value xml:lang="x-default">Rich Text Format</value> + <value xml:lang="x-default">Rich Text</value> </prop> <prop oor:name="FileFormatVersion"><value>0</value></prop> <prop oor:name="Type"><value>writer_Rich_Text_Format</value></prop> It's OK that "Rich Text" is in the previous file format list - it's Rich Text what we're saving.
I've proposed the change here: https://gerrit.libreoffice.org/4999
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cb99d8238502fad55aa62c5cadb0c188cc61d067 fdo#66274: Saving document as RTF result in text 'Use Rich Text Format Format' 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.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fb479f1b707478708b8ab8b09af994bd4e1759dc&h=libreoffice-4-1 fdo#66274: Saving document as RTF result in text 'Use Rich Text Format Format' It will be available in LibreOffice 4.1.1. 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.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f3f0fd9dc42cc5767ba5512581203df5406f45a8&h=libreoffice-4-0 fdo#66274: Saving document as RTF result in text 'Use Rich Text Format Format' It will be available in LibreOffice 4.0.5. 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.
So fixed from 4.0.5 and 4.1.1 versions.
Great, thanks!
@Dmitry Chestnykh: I just noted, you seem not to have send the public license statement to libreoffice @lists.freedesktop.org. Could you please do so as per https://wiki.documentfoundation.org/Development/Developers#Developers_and_Contributors_list ? Thanks!
(In reply to comment #13) > @Dmitry Chestnykh: I just noted, you seem not to have send the public > license statement to libreoffice @lists.freedesktop.org. Could you please do > so as per > https://wiki.documentfoundation.org/Development/ > Developers#Developers_and_Contributors_list > ? > Thanks! Not sure why this is needed in this case, but I submitted the license statement anyway in case I decide to contribute something other than bug reports :) Thank you.
@Dmitry: Thanks!
Migrating Whiteboard tags to Keywords: (EasyHack SkillCpp DifficultyBeginner TopicUI) [NinjaEdit]