diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-12 16:42:15 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-15 08:57:21 +0200 |
commit | 4cf9bb10945aaad487c756c8f282d03b9eea89ae (patch) | |
tree | a567f161885cedef18a2902cf69b64abf47ccc81 /offapi | |
parent | 196e7ad850e40e631255ef42bb1653902e201837 (diff) |
Fix missing verb
Change-Id: I41084a1858e9ea1d22f51a5ca640efa6ec963e42
Reviewed-on: https://gerrit.libreoffice.org/78835
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl index e7599ae4480d..8162b8cfb781 100644 --- a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl +++ b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl @@ -43,7 +43,7 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface If the curve is not polynomial, this property has no effect. @param period - Period of a moving average regression curve, value should greater or equal to 2 + Period of a moving average regression curve, value should be greater or equal to 2 If the curve is not moving average regression curve, this property has no effect. @param forceIntercept |