From 90f94f399e20945d53b20ab3eb1bc29bb7774135 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 May 2017 14:14:38 +0200 Subject: loplugin:checkunusedparams in sw(part1) Change-Id: I4847b0f96033016e020212fb8d7331309db25b55 Reviewed-on: https://gerrit.libreoffice.org/37287 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/calc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/calc.hxx') diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index 4bc00cc6bac4..9e7b3c817d08 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -183,7 +183,7 @@ public: SwSbxValue Calculate( const OUString &rStr ); OUString GetStrResult( const SwSbxValue& rValue ); - OUString GetStrResult( double, bool bRound = true ); + OUString GetStrResult( double ); SwCalcExp* VarInsert( const OUString& r ); SwCalcExp* VarLook( const OUString &rStr, bool bIns = false ); -- cgit