diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-22 15:17:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-23 13:08:48 +0200 |
commit | 7ab8b08b6c8e7eb05e8ec8dde2afbe0940075f36 (patch) | |
tree | 4d00c315e2ebf6d8fe868dfc4f6b0a72c9c6ff8e /chart2/source/inc | |
parent | 0a7b739cc33a56339a2bf0f8f0253f9402cabd35 (diff) |
loplugin:staticmethods
Change-Id: Iab2f10b000ef41fb090e0034785d4ed0bda4cf43
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/RegressionCurveCalculator.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/RegressionCurveCalculator.hxx b/chart2/source/inc/RegressionCurveCalculator.hxx index 72d2a0bdcb46..403eb01dc844 100644 --- a/chart2/source/inc/RegressionCurveCalculator.hxx +++ b/chart2/source/inc/RegressionCurveCalculator.hxx @@ -45,10 +45,10 @@ protected: const com::sun::star::uno::Reference< com::sun::star::util::XNumberFormatter >& xNumFormatter, sal_Int32 nNumberFormatKey ) const = 0; - OUString getFormattedString( + static OUString getFormattedString( const com::sun::star::uno::Reference< com::sun::star::util::XNumberFormatter >& xNumFormatter, sal_Int32 nNumberFormatKey, - double fNumber ) const; + double fNumber ); double m_fCorrelationCoeffitient; |