<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:libreoffice@nisz.hu" title="NISZ LibreOffice Team <libreoffice@nisz.hu>"> <span class="fn">NISZ LibreOffice Team</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Columns created using decimal point tab in ruler become misaligned in docx files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120972">bug 120972</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>
                
           </td>
           <td>107830
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>libreoffice@nisz.hu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>NEW
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Columns created using decimal point tab in ruler become misaligned in docx files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120972#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Columns created using decimal point tab in ruler become misaligned in docx files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120972">bug 120972</a>
              from <span class="vcard"><a class="email" href="mailto:libreoffice@nisz.hu" title="NISZ LibreOffice Team <libreoffice@nisz.hu>"> <span class="fn">NISZ LibreOffice Team</span></a>
</span></b>
        <pre>This is a tricky situation.
The decimal tabulator can have an arbitrary decimal separator set in Writer.
Word on the other hand does not have such a feature, so docx format does not
support at save time storing the arbitrary decimal separators set in Writer.

What happens at export time is that the separators are not saved at all, and at
import time they are imported as comma.

The difference in display is also locale-specific when comparing editing a new
file.
The default decimal separator used for decimal tabulators matches the locales
default: usually dot (English) or comma (such as German or Hungarian). 
This makes the editor align the numbers to the decimal tabulator if they
contain the locale-default separator, which is intuitive.

With locales using dot the docx save and reload messes up the layout, since
reopening the file changes the separator to comma. If they used numbers with
dot as separator, that is now left-aligned since it does not contain the
expected comma.

Word on the other hand does not support custom decimal separator, what it does
is that it supports all kinds of non-number character separators for decimal
type tabulators.
So whether a Writer-saved docx file originally aligned numbers to a dot or
comma does not matter in Word, it will align both variation to the decimal tab.

I'll attach a few example files and screenshots to document what's going on.</pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] DOCX (OOXML) paragraph-related issues"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107830">Bug 107830</a>] [META] DOCX (OOXML) paragraph-related issues
              </li>
          </ul>
        </div>
        <br>

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

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