<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: PPTX - Master-slide style-level line spacing not applied to line that has a different paragraph-level above paragraph spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=51340">bug 51340</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;">Keywords</td>
           <td>regression
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>philipz85@hotmail.com
           </td>
         </tr>

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

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>FILEOPEN: Line spacing and spacing above/blow paragraph not correctly imported from PPTX 2010
           </td>
           <td>FILEOPEN: PPTX - Master-slide style-level line spacing not applied to line that has a different paragraph-level above paragraph spacing
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: PPTX - Master-slide style-level line spacing not applied to line that has a different paragraph-level above paragraph spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=51340#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: PPTX - Master-slide style-level line spacing not applied to line that has a different paragraph-level above paragraph spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=51340">bug 51340</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>(In reply to RenĂ© Peinl from <a href="show_bug.cgi?id=51340#c21">comment #21</a>)
<span class="quote">> Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=128265" name="attach_128265" title="Simple PPTX example, created from scratch in MSO 2016">attachment 128265</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=128265&action=edit" title="Simple PPTX example, created from scratch in MSO 2016">[details]</a></span>
> Simple PPTX example, created from scratch in MSO 2016</span >

So i investigated the file and things arent aligned correctly for 2 reasons.

1) Line spacing on 'Second Line' is incorrectly being imported as single rather
than 1.5 lines, likely because of the above paragraph spacing on that line is
set to 18pt with direct formatting. This is the relevant xml code

<a:p>
  <a:pPr>
    <a:spcBef>
      <a:spcPts val="1800" />
    </a:spcBef>
  </a:pPr>
  <a:r>
    <a:rPr lang="de-DE" dirty="0">
      <a:latin typeface="Arial" ... />
      <a:cs typeface="Arial" ... />
    </a:rPr>
    <a:t>Second Line</a:t>
  </a:r>
</a:p>

2) The above paragraph spacing isnt moving the first line down, which is a
global problem, so i've opened a separate bug for that (<a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Above paragraph spacing not affecting first text line in textbox"
   href="show_bug.cgi?id=107840">bug 107840</a>).</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 Paragraph related issues"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107830">Bug 107830</a>] [META] DOCX 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>