From 4563921f23d79f6e3e431a314064c6dd201cfee2 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 24 Sep 2016 19:12:24 +0200 Subject: remove unused parameter bTotalRanges is never used. SFX_ITEMSET_NO_DEFAULT_CTOR is no where else used. Change-Id: Ia35ea875f16a8ca04c2173b01074113f1825f565 Reviewed-on: https://gerrit.libreoffice.org/29248 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- dbaccess/source/ui/dlg/dbadmin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx index 75f1e40073fc..4c499f24f8ce 100644 --- a/dbaccess/source/ui/dlg/dbadmin.cxx +++ b/dbaccess/source/ui/dlg/dbadmin.cxx @@ -440,7 +440,7 @@ SfxItemSet* ODbAdminDialog::createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rp _rpPool->FreezeIdRanges(); // and, finally, the set - _rpSet = new SfxItemSet(*_rpPool, true); + _rpSet = new SfxItemSet(*_rpPool); return _rpSet; } -- cgit