https://bugs.documentfoundation.org/show_bug.cgi?id=82217

Yousuf Philips (jay) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
            Summary|FILEOPEN: DOCX with OLE     |FILEOPEN: DOCX - Chart
                   |Chart missing border        |missing border

--- Comment #5 from Yousuf Philips (jay) <[email protected]> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to