summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/inpdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 09:00:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 11:10:56 +0000
commit8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95 (patch)
treea7a05a3be99ff8e72d666a39b01f9a07ba01c583 /sw/source/uibase/inc/inpdlg.hxx
parentdc306db9b51e6f009803f7ba633674dc2840ac08 (diff)
loplugin:countusersofdefaultparams in sw..vcl
Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d Reviewed-on: https://gerrit.libreoffice.org/29471 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/inpdlg.hxx')
-rw-r--r--sw/source/uibase/inc/inpdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/inpdlg.hxx b/sw/source/uibase/inc/inpdlg.hxx
index 11672e5f6239..1c75245edf55 100644
--- a/sw/source/uibase/inc/inpdlg.hxx
+++ b/sw/source/uibase/inc/inpdlg.hxx
@@ -52,7 +52,7 @@ class SwFieldInputDlg: public SvxStandardDialog
DECL_LINK_TYPED(NextHdl, Button*, void);
public:
SwFieldInputDlg( vcl::Window *pParent, SwWrtShell &rSh,
- SwField* pField, bool bNextButton = false );
+ SwField* pField, bool bNextButton );
virtual ~SwFieldInputDlg() override;
virtual void dispose() override;
};