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 3b2f95800d5b..920fa19c7c68 100644
--- a/include/svx/passwd.hxx
+++ b/include/svx/passwd.hxx
@@ -51,7 +51,7 @@ private:
DECL_LINK(EditModifyHdl, void *);
public:
- SvxPasswordDialog( Window* pParent, bool bAllowEmptyPasswords = false, bool bDisableOldPassword = false );
+ SvxPasswordDialog( vcl::Window* pParent, bool bAllowEmptyPasswords = false, bool bDisableOldPassword = false );
virtual ~SvxPasswordDialog();
OUString GetOldPassword() const { return m_pOldPasswdED->GetText(); }