diff options
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/docpasswordrequest.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<css::task::XInteractionRequest> { public: - explicit SimplePasswordRequest( css::task::PasswordRequestMode eMode ); + explicit SimplePasswordRequest(); virtual ~SimplePasswordRequest() override; bool isPassword() const; |