[Libreoffice-bugs] [Bug 131862] ODF: Remove deprecated attribute table:cell-range-address from element <chart:plot-area>
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 6 11:13:45 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=131862
Michael Stahl (CIB) <michael.stahl at cib.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Whiteboard| |odf
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
CC| |michael.stahl at cib.de
--- Comment #1 from Michael Stahl (CIB) <michael.stahl at cib.de> ---
i can't find any recent changes to xmloff that would be relevant, it looks much
like it did in 2008.
reportdesign has this fun code:
reportdesign/source/filter/xml/xmlExportDocumentHandler.cxx
else if ( _sName == "chart:plot-area" )
{
SvXMLAttributeList* pList =
comphelper::getUnoTunnelImplementation<SvXMLAttributeList>(xAttribs);
pList->RemoveAttribute("table:cell-range-address");
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200406/24c6d07c/attachment.htm>
More information about the Libreoffice-bugs
mailing list