<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Everytime a .docx document is open in Libreoffice Writer a tabulation is added at the beginning of every footnote."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118328">118328</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Everytime a .docx document is open in Libreoffice Writer a tabulation is added at the beginning of every footnote.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>emi.nerba@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>