<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - FILEOPEN DOCX Page break after empty paragraph creates one more empty paragraph"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136834">bug 136834</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;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - FILEOPEN DOCX Page break after empty paragraph creates one more empty paragraph"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136834#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - FILEOPEN DOCX Page break after empty paragraph creates one more empty paragraph"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136834">bug 136834</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>This is not a bug.

word/document.xml contains four <p> elements. The third one contains a <r> with
<w:br w:type="page"/>. You may actually insert a text in the line before the
"....Page Break...." marker in Word, so for all practical purposes, this is a
normal paragraph followed by a page break. Also, you may insert text *after*
these words, and technically they would be part of the same paragraph (which
would have <r> with preceding text, <r> with page break, and <r> with following
text).

Writer keeps the semantic of the proper paragraph on the page where Word puts
the break on. The break naturally becomes the attribute of the following
paragraph, as the document model requires. Trying to do it otherwise would
break cases where some fields or tables are followed by page breaks, where in
Word, one can use up arrow key to get from the following page to the paragraph
with the break, but with the implied change in Writer, you would only be able
to up-arrow into the preceding object.</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>