I was going through the pptx files found at < http://cgit.freedesktop.org/libreoffice/core/tree/chart2/qa/extras/data/ > and noticed that when i open them that they have multiple undos already listed which results in libreoffice asking me to save changes to the document when i havent made any.
This was tested in 3.3.0 and 4.3.2 and 4.4.
(In reply to comment #0) > I was going through the pptx files found at < > http://cgit.freedesktop.org/libreoffice/core/tree/chart2/qa/extras/data/ > > and noticed that when i open them that they have multiple undos already > listed which results in libreoffice asking me to save changes to the > document when i havent made any. CONFIRMED on LO 4.3.1.1 + Ubuntu 12.04 Repro steps: 1) Download and open file: http://cgit.freedesktop.org/libreoffice/core/plain/chart2/qa/extras/data/pptx/chart.pptx 2) Immediately try to close document RESULT: Prompted to save document EXPECTED: Would not be prompted to save document, as I'd made no changes
(Possibly) related problem: 1) Create new ODP document and set the title of the first slide to "Hello, world" 2) File -> Save "foobar.odp" 3) File -> Save as "foobar.pptx" 3b) Click "OK" to prompt to save in OOXML file format 4) Attempt to close the document RESULT: Prompted to save document EXPECTED: No prompt to save document Now here's where it gets interesting: Try the same repro steps, but after saving "foobar.odp", close and reopen the document *first* before using "Save As" -> "foobar.pptx". RESULT: No prompt to save document
Still the same on 4.4.1.2 on Mac OS X 10.10.2. The UNDO's that the document starts with are renames of various objects. It seems that the renaming is done while loading the document in such a way that they are entered in the UNDO history. The history should be cleared after the loading has finished.
Migrating Whiteboard tags to Keywords: (filter:pptx)
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.6 or 5.2.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170103
Files don't open as modified anymore in LO 6.2 master daily build (f7f2d03bd6f5aa5dcd0f7976b4a7f2db278c2f03, 2018-05-25_05:00:28) / Windows 7. Closing as WFM.
Ultimately these were two different issues, and two different fixes. chart.pptx stopped opening modified in the following commit in 5.2, but still had the undo steps: https://cgit.freedesktop.org/libreoffice/core/commit/?id=d81d104833f0ee9349ebcd0d79d2de84ba9a7262 author Michael Stahl <mstahl@redhat.com> 2016-02-12 18:22:51 +0100 committer Michael Stahl <mstahl@redhat.com> 2016-02-12 18:54:33 +0100 "sfx2: related tdf#56270: loss of embedded objects imported from DOCX" Then the unexpected undo steps are gone after the following commit in 6.1: https://cgit.freedesktop.org/libreoffice/core/commit/?id=02ea9bc36ab47d68940da55f5012677dfaf0a8b8 author Tamás Zolnai <tamas.zolnai@collabora.com> 2017-12-21 05:44:04 +0100 committer Tamás Zolnai <tamas.zolnai@collabora.com> 2017-12-21 11:23:45 +0100 "tdf#114613: Repair function does not work after opening PPTX file"