https://bugs.documentfoundation.org/show_bug.cgi?id=89790

            Bug ID: 89790
           Summary: DOCX: saving LO version number in correct tag in
                    app.xml
           Product: LibreOffice
           Version: 4.5.0.0.alpha0+ Master
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: philip...@hotmail.com

When Libreoffice saves to docx, it crams the app name and version number into a
single tag in /docProps/app.xml rather than separating them like other apps do.

How it currently is saved

<Application>LibreOffice/4.2.6.2$Linux_x86
LibreOffice_project/185f2ce4dcc34af9bd97dec29e6d42c39557298f</Application>

<Application>LibreOfficeDev/4.5.0.0.alpha0$Linux_x86
LibreOffice_project/4cf69df2f543b023f4ec3d4279c5ac11a2a819d9</Application>

How it should be saved

<Application>LibreOffice</Application>
<AppVersion>4.2.6.2</AppVersion>

<Application>LibreOfficeDev</Application>
<AppVersion>4.5.0.0.alpha0</AppVersion>

or alternatively in architecture and build id are deemed important (though
other apps dont do the same)

<Application>LibreOffice</Application>
<AppVersion>4.2.6.2 (Linux_x86
185f2ce4dcc34af9bd97dec29e6d42c39557298f)</AppVersion>

<Application>LibreOfficeDev</Application>
<AppVersion>4.5.0.0.alpha0 (Linux_x86
4cf69df2f543b023f4ec3d4279c5ac11a2a819d9)</AppVersion>

How microsoft office 2010 has it

<Application>Microsoft Office Word</Application>
<AppVersion>14.0000</AppVersion>


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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to