From ff339c89b51ed571d55c762e43aa1a6ee9ada1cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Apr 2017 14:13:00 +0200 Subject: loplugin:constantparam part2 Change-Id: I7ec4c946be52a6b56aee908426f95ecacc7b0746 Reviewed-on: https://gerrit.libreoffice.org/36072 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/comphelper/docpasswordrequest.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/docpasswordrequest.hxx b/include/comphelper/docpasswordrequest.hxx index cd9f755c5295..5440616f849d 100644 --- a/include/comphelper/docpasswordrequest.hxx +++ b/include/comphelper/docpasswordrequest.hxx @@ -44,7 +44,7 @@ class COMPHELPER_DLLPUBLIC SimplePasswordRequest : public cppu::WeakImplHelper { public: - explicit SimplePasswordRequest( css::task::PasswordRequestMode eMode ); + explicit SimplePasswordRequest(); virtual ~SimplePasswordRequest() override; bool isPassword() const; -- cgit