From 3716b144265dda695d7dd447dbe692a3f84c588e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 Aug 2016 15:38:59 +0200 Subject: loplugin:constantparam Change-Id: Ia06b9b189033b9409d7a59a211866f66a0614886 Reviewed-on: https://gerrit.libreoffice.org/28016 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/svdraw/svdmodel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/svdraw/svdmodel.cxx') diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index b2b1475a10ac..27952e494806 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.cxx @@ -228,11 +228,11 @@ SdrModel::SdrModel(): ImpCtor(nullptr, nullptr, false); } -SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, bool bUseExtColorTable): +SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers): maMaPag(), maPages() { - ImpCtor(pPool,pPers,bUseExtColorTable); + ImpCtor(pPool,pPers,false/*bUseExtColorTable*/); } SdrModel::SdrModel(const OUString& rPath, SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, bool bUseExtColorTable): -- cgit