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

            Bug ID: 118328
           Summary: Everytime a .docx document is open in Libreoffice
                    Writer a tabulation is added at the beginning of every
                    footnote.
           Product: LibreOffice
           Version: 6.0.3.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Description:
This happens everytime I open the document: a tabulation is added, and it has
to be removed by hand, or it will be saved and other tabulations at the next
opening of the file will follow. With the .odt format it works fine, but
problems begin as soon as you save it as .docx

Steps to Reproduce:
1. Open a .docx document with Libreoffice
2.
3.

Actual Results:
A tabulation is added between the number and the text of every footnote 

Expected Results:
There would have been no tabulation


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I have checked the footnote.xml file and noticed that actually a tabulation is
added after opening the .docx document:

<w:rStyle w:val="Caratterinotaapidipagina"/>
</w:rPr>
<w:footnoteRef/>
</w:r>
<w:r>
<w:rPr>
<w:rStyle w:val="Caratterinotaapidipagina"/>
</w:rPr>
<w:tab/>
</w:r>
<w:r>
<w:rPr>
<w:rStyle w:val="Caratterinotaapidipagina"/>
</w:rPr>
<w:tab/> #HERE
<w:tab/>
<w:t xml:space="preserve"> </w:t>
</w:r>
<w:r>
<w:rPr>
<w:rFonts w:cs="Times New Roman" w:ascii="Times New Roman" w:hAnsi="Times New
Roman"/>
<w:lang w:val="en-US"/>
</w:rPr>
<w:t xml:space="preserve">
I am grateful...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to