diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-05-15 14:40:01 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-05-19 10:45:48 -0500 |
commit | e84a04273b08bf4527155d348f2aebe840696b4e (patch) | |
tree | 60412819eb6e61af4404d469e51b2e432d8a2c8c /oox | |
parent | b751e3915ef527c9af07b995c95fb353c3c81a42 (diff) |
WaE on mac osx build
Change-Id: Ief28d2563b66754d00fdc09d6d68ea3a73aff22a
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 0921156771d7..c52a3b1ee0e8 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2684,7 +2684,7 @@ void ChartExport::exportErrorBar(Reference< XPropertySet> xErrorBarProps, bool b } else { - double nVal; + double nVal = 0.0; if(nErrorBarStyle == cssc::ErrorBarStyle::STANDARD_DEVIATION) { xErrorBarProps->getPropertyValue("Weight") >>= nVal; |