From 8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Oct 2016 09:00:41 +0200 Subject: loplugin:countusersofdefaultparams in sw..vcl Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d Reviewed-on: https://gerrit.libreoffice.org/29471 Tested-by: Jenkins Reviewed-by: Noel Grandin --- uui/source/passworddlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uui') diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx index 64ff704985fe..71c81eefec87 100644 --- a/uui/source/passworddlg.hxx +++ b/uui/source/passworddlg.hxx @@ -44,7 +44,7 @@ class PasswordDialog : public ModalDialog public: PasswordDialog( vcl::Window* pParent, css::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr, const OUString& aDocURL, - bool bOpenToModify = false, bool bIsSimplePasswordRequest = false ); + bool bOpenToModify, bool bIsSimplePasswordRequest ); virtual ~PasswordDialog() override; virtual void dispose() override; -- cgit