From 442eacc4e186db3cc941f7cba28ac1692d601ea2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 31 Oct 2016 10:11:25 +0200 Subject: loplugin:countusersofdefaultparams in sc(part1) Change-Id: Ia2b0174654fad536ee23f6174a0b38b1843a4aa5 Reviewed-on: https://gerrit.libreoffice.org/30427 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sc/source/ui/inc/scuiimoptdlg.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sc/source/ui/inc/scuiimoptdlg.hxx') diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx index 91a59287444f..02b842ffc36b 100644 --- a/sc/source/ui/inc/scuiimoptdlg.hxx +++ b/sc/source/ui/inc/scuiimoptdlg.hxx @@ -28,13 +28,13 @@ class ScDelimiterTable; class ScImportOptionsDlg : public ModalDialog { public: - ScImportOptionsDlg( vcl::Window* pParent, - bool bAscii = true, - const ScImportOptions* pOptions = nullptr, - const OUString* pStrTitle = nullptr, - bool bMultiByte = false, - bool bOnlyDbtoolsEncodings = false, - bool bImport = true ); + ScImportOptionsDlg( vcl::Window* pParent, + bool bAscii, + const ScImportOptions* pOptions, + const OUString* pStrTitle, + bool bMultiByte, + bool bOnlyDbtoolsEncodings, + bool bImport ); virtual ~ScImportOptionsDlg() override; virtual void dispose() override; -- cgit