summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools/LinearRegressionCurveCalculator.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-03 13:52:06 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 13:54:02 +0200
commit5babf1b9037eb283798322eecd8334e6ff1db655 (patch)
treea6be386ebc21a7e0c47b5ac78279edc873cf0578 /chart2/source/tools/LinearRegressionCurveCalculator.cxx
parentfdo#43157 : clean up OSL_POSTCOND (diff)
downloadcore-5babf1b9037eb283798322eecd8334e6ff1db655.tar.gz
core-5babf1b9037eb283798322eecd8334e6ff1db655.zip
remove unnecessary scope qualifier from sal_Bool uses
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
Diffstat (limited to 'chart2/source/tools/LinearRegressionCurveCalculator.cxx')
-rw-r--r--chart2/source/tools/LinearRegressionCurveCalculator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/LinearRegressionCurveCalculator.cxx b/chart2/source/tools/LinearRegressionCurveCalculator.cxx
index 7ed0c00ef765..05f6aefe66a1 100644
--- a/chart2/source/tools/LinearRegressionCurveCalculator.cxx
+++ b/chart2/source/tools/LinearRegressionCurveCalculator.cxx
@@ -54,7 +54,7 @@ uno::Sequence< geometry::RealPoint2D > SAL_CALL LinearRegressionCurveCalculator:
double min, double max, ::sal_Int32 nPointCount,
const uno::Reference< chart2::XScaling >& xScalingX,
const uno::Reference< chart2::XScaling >& xScalingY,
- ::sal_Bool bMaySkipPointsInCalculation )
+ sal_Bool bMaySkipPointsInCalculation )
throw (lang::IllegalArgumentException,
uno::RuntimeException, std::exception)
{