diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:37:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:37:12 +0000 |
commit | 7968559c25fa59a63971e637fb8fac217b250132 (patch) | |
tree | fb2e9846b6c8be3946d6bf35eca2d311f3577776 | |
parent | 01bbfc6cddf50afa97fb0ae1ffd8218c19649a64 (diff) |
INTEGRATION: CWS pj83 (1.36.6); FILE MERGED
2007/08/01 07:20:43 pjanik 1.36.6.1: #i80015#: Make chart2 WaE clean.
-rw-r--r-- | chart2/source/view/charttypes/VSeriesPlotter.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx index 664f1cadbdb3..e7b7b9b9f2d0 100644 --- a/chart2/source/view/charttypes/VSeriesPlotter.cxx +++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: VSeriesPlotter.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: rt $ $Date: 2007-07-25 09:05:19 $ + * last change: $Author: hr $ $Date: 2007-08-03 12:37:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -612,7 +612,7 @@ double lcl_getErrorBarLogicLength( break; case ErrorBarStyle_RELATIVE: { - double fPercent; + double fPercent = 0; if( xProp->getPropertyValue( bPositive ? C2U("PositiveError") : C2U("NegativeError")) >>= fPercent ) @@ -634,7 +634,7 @@ double lcl_getErrorBarLogicLength( case ErrorBarStyle_ERROR_MARGIN: { // todo: check if this is really what's called error-margin - double fPercent; + double fPercent = 0; if( xProp->getPropertyValue( bPositive ? C2U("PositiveError") : C2U("NegativeError")) >>= fPercent ) |