https://bugs.freedesktop.org/show_bug.cgi?id=81507

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|BibisectRequest filter:docx |bibisected filter:docx
                 CC|                            |jaragu...@igalia.com,
                   |                            |mst...@redhat.com
            Summary|FILEOPEN: Unicode           |FILEOPEN:  w:sdtContent not
                   |characters not retained     |retained when saved DOCX
                   |when saved DOCX opened in   |opened in MS Word
                   |MS Word                     |

--- Comment #3 from Michael Stahl <mst...@redhat.com> ---
saved with 4.2:

      <w:r>
        <w:rPr/>
        <w:t>aasdfasdkasdcmcxmzmzxç</w:t>
        <w:br/>
        <w:t>asdkjasdkaslkfzcxv</w:t>
        <w:br/>
        <w:br/>
        <w:br/>
        <w:t>asdflasjdfkasjdfasñldfjñalf</w:t>
      </w:r>

saved with 4.3:

      <w:sdt>
        <w:sdtPr>
          <w:text/>
          <w:dataBinding w:storeItemID="{6C3C8BC8-F283-45AE-878A-BAB7291924A1}"
w:xpath="/ns1:coreProperties[1]/ns0:description[1]"
w:prefixMappings="xmlns:ns0='http://purl.org/dc/elements/1.1/'
xmlns:ns1='http://schemas.openxmlformats.org/package/2006/metadata/core-properties'
"/>
        </w:sdtPr>
        <w:sdtContent>
          <w:r>
            <w:rPr/>
            <w:t>aasdfasdkasdcmcxmzmzxç</w:t>
          </w:r>
        </w:sdtContent>
      </w:sdt>
      <w:r>
        <w:rPr/>
        <w:br/>
        <w:t>asdkjasdkaslkfzcxv</w:t>
        <w:br/>
        <w:br/>
        <w:br/>
        <w:t>asdflasjdfkasjdfasñldfjñalf</w:t>
      </w:r>
      <w:r/>


perhaps the dataBinding xpath in there is pointing at the wrong thing,
and the sdtContent in there is actually ignored?


this is the commit:

commit 306859babd5a997a1e5d50e7791e8e5852a7ea2e
Author:     Jacobo Aragunde Pérez <jaragu...@igalia.com>
AuthorDate: Wed Mar 19 19:44:27 2014 +0100

    ooxml: preserve dataBinding tag in SDT properties
  (In reply to comment #0)
> Created attachment 103059 [details]
> how 4.2 compares to 4.3
> 
> After testing bug 81504, i noticed that the saved docx file outputted from
> 4.2.5 is different than 4.3.1 and master (9th July).
> 
> Steps:
> * Download attachment 99947 [details]
> * Open it using 4.2 and 4.3
> * Save the file as .docx
> * Open the files in Word
> 
> Behavior: see attached screenshot.

-- 
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