From 8f9af8dd970d8e2a620beb35a6ce145d65d18df5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 12:50:37 +0200 Subject: Fix typos Change-Id: Ie44267e7c9f92eb1920f05235826abff761251f1 Reviewed-on: https://gerrit.libreoffice.org/29430 Reviewed-by: jan iversen Tested-by: jan iversen --- chart2/source/tools/ExponentialRegressionCurveCalculator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx index 7b6250428148..491f43af243f 100644 --- a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx +++ b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx @@ -171,7 +171,7 @@ OUString ExponentialRegressionCurveCalculator::ImplGetRepresentation( if ( m_fSign < 0.0 ) nCharMin += 2; if ( fIntercept == 0.0 || ( !bHasSlope && m_fLogIntercept != 0.0 ) ) - nCharMin += 3; // " + " special case where equation is writen exp( a + b x ) + nCharMin += 3; // " + " special case where equation is written exp( a + b x ) if ( ( bHasIntercept || fIntercept == 0.0 || ( !bHasSlope && m_fLogIntercept != 0.0 ) ) && bHasLogSlope ) nValueLength = ( *pFormulaMaxWidth - nCharMin ) / 2; -- cgit