<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Line spacing in frame isn't imported correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82175">bug 82175</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;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com, mikekaganski@hotmail.com
           </td>
         </tr>

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

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>FILEOPEN: DOCX line spacing in frame is not correct
           </td>
           <td>FILEOPEN: DOCX - Line spacing in frame isn't imported correctly
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Line spacing in frame isn't imported correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82175#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Line spacing in frame isn't imported correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82175">bug 82175</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>So Word has the 'Text Body' paragraph style as 3pt before, 3pt after, and
single line spacing, while LO has it as 3pt before, 3pt after, and atleast 12pt
line spacing.

This is the xml code for the style and its parent style and in neither is the
w:line attribute of <w:spacing> set.

<w:style w:type="paragraph" w:customStyle="1" w:styleId="TableText">
 <w:name w:val="Table Text" />
 <w:basedOn w:val="BodyText" />
 ...
 <w:pPr>
   ...
   <w:spacing w:before="60" w:after="60" />
   ...
 </w:pPr>
 ...
</w:style>
<w:style w:type="paragraph" w:styleId="BodyText">
 ...
 <w:pPr>
   <w:spacing w:after="120" />
 </w:pPr>
 ...
</w:style>

Justin, Mike: thoughts?</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) frame-related issues"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104461">Bug 104461</a>] [META] DOCX (OOXML) frame-related issues
              </li>
              <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>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] DOCX (OOXML) style bugs and enhancements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108760">Bug 108760</a>] [META] DOCX (OOXML) style bugs and enhancements
              </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>