diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-02-26 09:00:08 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-02-26 09:07:11 +0100 |
commit | 91b67ad7180c9957a5e1ff41be5af83b0759655c (patch) | |
tree | f01de5da6a3c4e5c80eea53c5bf73e8e88ddc572 /xmloff | |
parent | 9058b52c5024bc41ba93d02feaa0c5547da112ba (diff) |
get the x-error-import working as well, fdo#60083
Change-Id: I2d2af3944985776cb8bebf47322b348745d66410
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLPlotAreaContext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx index 4778e29120d0..d28392d6d032 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); |