summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-10 16:03:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 07:02:27 +0000
commita5b4046eb93c950296dee846bc1444921e5bf332 (patch)
treecaf279c0a03f16de15345d5b4ce14e3d28e24aaf /sc/inc/scabstdlg.hxx
parentf31d98f63c4ad11897e0a961fb378fdf7989f4d3 (diff)
loplugin:countusersofdefaultparams in sc(part2)
Change-Id: I1e2a0969ca7e9e0f75079a171150269dfed26507 Reviewed-on: https://gerrit.libreoffice.org/30755 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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index bfbd5ad9696b..9b9b130ebf05 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -406,7 +406,7 @@ public:
ScViewData *pViewData) = 0;
virtual VclPtr<AbstractScColRowLabelDlg> CreateScColRowLabelDlg (vcl::Window* pParent,
bool bCol,
- bool bRow = false) = 0;
+ bool bRow) = 0;
virtual VclPtr<AbstractScSortWarningDlg> CreateScSortWarningDlg(vcl::Window* pParent, const OUString& rExtendText, const OUString& rCurrentText ) = 0;
@@ -458,7 +458,7 @@ public:
long nCurrent,
long nDefault,
FieldUnit eFUnit,
- sal_uInt16 nDecimals = 2,
+ sal_uInt16 nDecimals,
long nMaximum = 1000,
long nMinimum = 0 ) = 0;
@@ -497,7 +497,7 @@ public:
sal_uInt16 nOrient ) = 0;
virtual VclPtr<AbstractScNewScenarioDlg> CreateScNewScenarioDlg ( vcl::Window* pParent, const OUString& rName,
- bool bEdit, bool bSheetProtected = false ) = 0;
+ bool bEdit, bool bSheetProtected ) = 0;
virtual VclPtr<AbstractScShowTabDlg> CreateScShowTabDlg(vcl::Window* pParent) = 0;
virtual VclPtr<AbstractScStringInputDlg> CreateScStringInputDlg ( vcl::Window* pParent,
@@ -512,7 +512,7 @@ public:
const Color& rDefaultColor ) = 0; //Currently selected Color
virtual VclPtr<AbstractScImportOptionsDlg> CreateScImportOptionsDlg ( bool bAscii,
- const ScImportOptions* pOptions = nullptr,
+ const ScImportOptions* pOptions,
const OUString* pStrTitle = nullptr,
bool bMultiByte = false,
bool bOnlyDbtoolsEncodings = false,