summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ErrorBar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ErrorBar.cxx')
-rw-r--r--chart2/source/tools/ErrorBar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx
index d717d09dca98..f7645da040cb 100644
--- a/chart2/source/tools/ErrorBar.cxx
+++ b/chart2/source/tools/ErrorBar.cxx
@@ -275,7 +275,7 @@ uno::Any ErrorBar::getPropertyValue(const OUString& rPropName)
else if(rPropName == "LineWidth")
aRet <<= mnLineWidth;
else if(rPropName == "LineStyle")
- aRet = uno::makeAny(meLineStyle);
+ aRet <<= meLineStyle;
else if(rPropName == "LineColor")
aRet <<= maLineColor;
else if(rPropName == "LineTransparence")