When saving a .docx file /docProps/app.xml has <TotalTime> tag that is supposed to save the number of minutes a document has been edited for, but LO is saving the number of seconds in that tag. Version: 4.5.0.0.alpha0+ Build ID: 4cf69df2f543b023f4ec3d4279c5ac11a2a819d9 TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:master, Time: 2015-02-21_03:46:34
Confirmed.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=302f413eec4da8c8572911d08e939186c5ac57cf tdf#89774 oox: TotalTime is in minutes It will be available in 4.5.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.
I noted that MS Word 2010 had it as 0 if the value wasnt over a minute, so i'm hoping the fix uses floor() rather than round() when its dividing by 60.
Right, in C++, a/b is like floor(), not round() in case a and b are ints.
Thanks for the info. :D Will this be backportable to 4.4 and 4.3?
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8106e522c4ea2ae4441ec571579a38eeb6d9af04&h=libreoffice-4-4 tdf#89774 oox: TotalTime is in minutes It will be available in 4.4.3. 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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=31433d007cce7d36897277a875c25c5b102e15aa&h=libreoffice-4-3 tdf#89774 oox: TotalTime is in minutes It will be available in 4.3.7. 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.
Migrating Whiteboard tags to Keywords: (filter:docx) [NinjaEdit]