summaryrefslogtreecommitdiff
path: root/include/sfx2/passwd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/passwd.hxx')
-rw-r--r--include/sfx2/passwd.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/passwd.hxx b/include/sfx2/passwd.hxx
index 602e8d122f05..70086d64ee0a 100644
--- a/include/sfx2/passwd.hxx
+++ b/include/sfx2/passwd.hxx
@@ -67,6 +67,8 @@ private:
std::unique_ptr<weld::Button> m_xOKBtn;
+ std::array<std::unique_ptr<weld::ToggleButton>, 4> m_xPass;
+
std::shared_ptr<weld::MessageDialog> m_xConfirmFailedDialog;
OUString maMinLenPwdStr;
@@ -79,6 +81,7 @@ private:
bool mbAsciiOnly;
DECL_DLLPRIVATE_LINK(OKHdl, weld::Button&, void);
+ DECL_DLLPRIVATE_LINK(ShowHdl, weld::Toggleable&, void);
DECL_DLLPRIVATE_LINK(InsertTextHdl, OUString&, bool);
DECL_DLLPRIVATE_LINK(EditModifyHdl, weld::Entry&, void);
void ModifyHdl();