[Libreoffice-commits] core.git: xmloff/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Feb 26 00:07:30 PST 2013
xmloff/source/chart/SchXMLPlotAreaContext.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 91b67ad7180c9957a5e1ff41be5af83b0759655c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Feb 26 09:00:08 2013 +0100
get the x-error-import working as well, fdo#60083
Change-Id: I2d2af3944985776cb8bebf47322b348745d66410
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
index 4778e29..d28392d 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
@@ -1056,6 +1056,7 @@ void SetErrorBarPropertiesFromStyleName( const OUString& aStyleName, uno::Refere
{
sal_Int32 aBarStyle = com::sun::star::chart::ErrorBarStyle::NONE;
aAny >>= aBarStyle;
+ xBarProp->setPropertyValue("ErrorBarStyle", aAny);
aAny = SchXMLTools::getPropertyFromContext("ShowPositiveError",
pSeriesStyleContext,pStylesCtxt);
More information about the Libreoffice-commits
mailing list