<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 - Chart missing border"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82217">bug 82217</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;">Summary</td>
           <td>FILEOPEN: DOCX with OLE Chart missing border
           </td>
           <td>FILEOPEN: DOCX - Chart missing border
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Chart missing border"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82217#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Chart missing border"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82217">bug 82217</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>If <a:ln> isnt defined in <c:spPr> in chart*.xml, then the default behaviour is
that the border is on. Also when the 'w' attribute of <a:ln> isnt defined, it
defaults to 0.75pt border width. If the border is turned off, the xml looks
like so.

<c:spPr>
  <a:ln>
    <a:noFill />
  </a:ln>
</c:spPr>

XML of a set outline color and set border width

<c:spPr>
 <a:ln w="12700">
   <a:solidFill>
     <a:schemeClr val="accent2" />
   </a:solidFill>
 </a:ln>
</c:spPr>

Tested this issue in both Word 2007 and 2010, and it isnt limited to the MSO
2007 dialect.</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>