summaryrefslogtreecommitdiff
path: root/include/comphelper/docpasswordrequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/docpasswordrequest.hxx')
-rw-r--r--include/comphelper/docpasswordrequest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/docpasswordrequest.hxx b/include/comphelper/docpasswordrequest.hxx
index 3dce6c94d18f..f8b19b180218 100644
--- a/include/comphelper/docpasswordrequest.hxx
+++ b/include/comphelper/docpasswordrequest.hxx
@@ -44,7 +44,7 @@ class COMPHELPER_DLLPUBLIC SimplePasswordRequest :
{
public:
explicit SimplePasswordRequest( css::task::PasswordRequestMode eMode );
- virtual ~SimplePasswordRequest();
+ virtual ~SimplePasswordRequest() override;
bool isPassword() const;
@@ -74,7 +74,7 @@ public:
css::task::PasswordRequestMode eMode,
const OUString& rDocumentUrl,
bool bPasswordToModify = false );
- virtual ~DocPasswordRequest();
+ virtual ~DocPasswordRequest() override;
bool isPassword() const;