From da57421b366dfd5bef840f5caeffcd030b19c643 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 28 Apr 2017 12:45:40 +0200 Subject: commit: loplugin:checkunusedparams in chart2 Change-Id: Ia1f42e74365ca1dace93babc132ad67fd09fc99d Reviewed-on: https://gerrit.libreoffice.org/37064 Tested-by: Jenkins Reviewed-by: Noel Grandin --- chart2/source/model/main/ChartModel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/model/main/ChartModel.cxx') diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index 579a9c341eb8..1b3e233b5218 100644 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -650,7 +650,7 @@ void SAL_CALL ChartModel::close( sal_Bool bDeliverOwnership ) //if not successful canceled if(!bLongLastingCallsAreCanceled) { - m_aLifeTimeManager.g_close_endTryClose( bDeliverOwnership, true ); + m_aLifeTimeManager.g_close_endTryClose( bDeliverOwnership ); throw aVetoException; } } -- cgit