summaryrefslogtreecommitdiff
path: root/include/svx/passwd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/passwd.hxx')
-rw-r--r--include/svx/passwd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/passwd.hxx b/include/svx/passwd.hxx
index e8dcfe7d9686..434d66660125 100644
--- a/include/svx/passwd.hxx
+++ b/include/svx/passwd.hxx
@@ -52,7 +52,7 @@ private:
public:
SvxPasswordDialog( vcl::Window* pParent, bool bAllowEmptyPasswords = false, bool bDisableOldPassword = false );
- virtual ~SvxPasswordDialog();
+ virtual ~SvxPasswordDialog() override;
virtual void dispose() override;
OUString GetOldPassword() const { return m_pOldPasswdED->GetText(); }