From ee74e401aae0543fd20d80ec4b5c11877e56dafe Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Feb 2016 10:59:14 +0200 Subject: loplugin:unuseddefaultparam in sw (part3) Change-Id: Ibff7ac9718929349ee7daa3febb0f8fe4a9fa4db --- sw/inc/calc.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sw/inc/calc.hxx') diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index def19644ee12..5c76e0b50b18 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -186,7 +186,7 @@ public: ~SwCalc(); SwSbxValue Calculate( const OUString &rStr ); - OUString GetStrResult( const SwSbxValue& rValue, bool bRound = true ); + OUString GetStrResult( const SwSbxValue& rValue ); OUString GetStrResult( double, bool bRound = true ); SwCalcExp* VarInsert( const OUString& r ); @@ -202,8 +202,7 @@ public: bool IsCalcError() const { return 0 != eError; } static bool Str2Double( const OUString& rStr, sal_Int32& rPos, - double& rVal, - LocaleDataWrapper const*const pData = nullptr ); + double& rVal ); static bool Str2Double( const OUString& rStr, sal_Int32& rPos, double& rVal, SwDoc *const pDoc ); -- cgit