<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILE SAVE(xlsx): The Shape line display is incorrect."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142914">bug 142914</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;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=142881
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>rb.henschel@t-online.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILE SAVE(xlsx): The Shape line display is incorrect."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142914#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILE SAVE(xlsx): The Shape line display is incorrect."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142914">bug 142914</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>I can reproduce the problem.

The error is in XclObjAny::WriteFromTo()
The left, green line has a rotation angle of -9000 and therefore skips the part
"swap(width,height)". The right, red line has a rotation angle of 9000 and
therefore performs the swap.

The error is not only with exactly horizontal or vertical lines. It is
necessary to check whether lines must generally be excluded from the "swap"
part.

This should be fixed together with <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE XLSX Some rotated shapes are vertically flipped"
   href="show_bug.cgi?id=142881">bug 142881</a>, because the same code part is
affected.</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>