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

--- Comment #5 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Regina Henschel from comment #4)
>...
> ODF 1.2 extended: write it in 'loext' namespace ==> ??
It needs to be verified but when I tested this, whereas I expected a pb, it was
ok. (dealt with another LO part?)

> ...
> In case 'loext' is written, we would need to make all active LO versions
> able to read it in loext namespace.
> ...
Indeed I didn't check but I suppose it'll fail if we do nothing.
Import part is done in XMLChartImportPropertyMapper::handleSpecialItem
else if (IsXMLToken( rValue, XML_POLYNOMIAL))
    rProperty.maValue <<=
OUString("com.sun.star.chart2.PolynomialRegressionCurve");
else if (IsXMLToken( rValue, XML_MOVING_AVERAGE))
    rProperty.maValue <<=
OUString("com.sun.star.chart2.MovingAverageRegressionCurve");
but don't know what to here :-(

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

Reply via email to