diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/passwd.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sfx2/passwd.hxx b/include/sfx2/passwd.hxx index 3302c370b3b2..17205a5d4933 100644 --- a/include/sfx2/passwd.hxx +++ b/include/sfx2/passwd.hxx @@ -64,6 +64,8 @@ private: std::unique_ptr<weld::Button> m_xOKBtn; + std::shared_ptr<weld::MessageDialog> m_xConfirmFailedDialog; + OUString maMinLenPwdStr; OUString maMinLenPwdStr1; OUString maEmptyPwdStr; @@ -122,7 +124,11 @@ public: void AllowAsciiOnly(); void ShowMinLengthText(bool bShow); + void PreRun(); + virtual short run() override; + + ~SfxPasswordDialog(); }; #endif // INCLUDED_SFX2_PASSWD_HXX |