summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-05 08:24:32 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-05 11:30:13 +0000
commita7ec6c29aaed1ed7dd8713a9b8698d12181c40a3 (patch)
treecb7e36caf97f4f63a1a5448cb3cf877740053841 /chart2/source/tools
parent9866efe3e5a670bab54d931be31e1989aeb382a7 (diff)
loplugin:constantparam in chart2
Change-Id: I9adcf4516107aaa960463be13090c2ac15685e09 Reviewed-on: https://gerrit.libreoffice.org/23833 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/LifeTime.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/tools/LifeTime.cxx b/chart2/source/tools/LifeTime.cxx
index 2378ad06c24d..a802287b0550 100644
--- a/chart2/source/tools/LifeTime.cxx
+++ b/chart2/source/tools/LifeTime.cxx
@@ -162,9 +162,8 @@ bool LifeTimeManager::dispose()
}
CloseableLifeTimeManager::CloseableLifeTimeManager( css::util::XCloseable* pCloseable
- , css::lang::XComponent* pComponent
- , bool bLongLastingCallsCancelable )
- : LifeTimeManager( pComponent, bLongLastingCallsCancelable )
+ , css::lang::XComponent* pComponent )
+ : LifeTimeManager( pComponent, false/*bLongLastingCallsCancelable*/ )
, m_pCloseable(pCloseable)
{
impl_init();