[Libreoffice-bugs] [Bug 50097] New: Saving as .docx removes checkboxes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 18 17:20:48 CEST 2012


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

             Bug #: 50097
           Summary: Saving as .docx removes checkboxes
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.5.2 Release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: some.bananas1234 at googlemail.com


How to reproduce
----------------
1. Create/open a document
2. Add a checkbox (from Form Controls toolbar)
3. Save file as .docx (Microsoft 2007/2010 XML)
4. Close document
5. Open the .docx document
6. The checkbox is missing



If I create a docx in MS Word 2010, I see the following XML in
word/document.xml;


      <w:sdt>
        <w:sdtPr>
          <w:id w:val="129679277"/>
          <w14:checkbox>
            <w14:checked w14:val="0"/>
            <w14:checkedState w14:val="2612" w14:font="MS Gothic"/>
            <w14:uncheckedState w14:val="2610" w14:font="MS Gothic"/>
          </w14:checkbox>
        </w:sdtPr>
        <w:sdtContent>
          <w:r>
            <w:rPr>
              <w:rFonts w:ascii="MS Gothic" w:eastAsia="MS Gothic"
w:hint="eastAsia"/>
            </w:rPr>
            <w:t>☐</w:t>
          </w:r>
        </w:sdtContent>
      </w:sdt>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list