summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 09:52:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 12:40:39 +0100
commite231ada19e14a4bae4b919c63a4e0227989f80d6 (patch)
tree17273bdd4eb8422b93b67fd65ef9cfe765c7de2e /sc/inc/scabstdlg.hxx
parent668242b1a7acbdd67d5c7a4e479c24933619333e (diff)
loplugin:countusersofdefaultparams in sc
Change-Id: I8e790f9253279c9135ea1a4bcdd663ae7df44015 Reviewed-on: https://gerrit.libreoffice.org/45464 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index edb52e238a67..32757d2c9f2e 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -462,7 +462,7 @@ public:
long nDefault,
FieldUnit eFUnit,
sal_uInt16 nDecimals,
- long nMaximum = 1000,
+ long nMaximum,
long nMinimum = 0 ) = 0;
virtual VclPtr<AbstractScMoveTableDlg> CreateScMoveTableDlg(vcl::Window * pParent,
@@ -516,7 +516,7 @@ public:
virtual VclPtr<AbstractScImportOptionsDlg> CreateScImportOptionsDlg ( bool bAscii,
const ScImportOptions* pOptions,
- const OUString* pStrTitle = nullptr,
+ const OUString* pStrTitle,
bool bOnlyDbtoolsEncodings = false,
bool bImport = true ) = 0;