summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/protectiondlg.hxx
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir.extern@allotropia.de>2023-11-08 09:20:34 +0300
committerSarper Akdemir <sarper.akdemir.extern@allotropia.de>2023-11-15 19:48:49 +0100
commit861ebce9ca52cbe87121879f159d8ec0cb572755 (patch)
tree476510bf43168c0dd4456198e7ad7e6abacfca75 /sc/source/ui/inc/protectiondlg.hxx
parente8fc5d7fcab6b283ec0655b1d7cab5bf28fde240 (diff)
tdf#157518: add password strength bar to protectsheetdlg.ui
Change-Id: Iedd6793446c2c339cc17d32a28c6b195dfb250e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159372 Tested-by: Jenkins Reviewed-by: Sarper Akdemir <sarper.akdemir.extern@allotropia.de>
Diffstat (limited to 'sc/source/ui/inc/protectiondlg.hxx')
-rw-r--r--sc/source/ui/inc/protectiondlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/protectiondlg.hxx b/sc/source/ui/inc/protectiondlg.hxx
index d36c8a820fad..e59fb3accf77 100644
--- a/sc/source/ui/inc/protectiondlg.hxx
+++ b/sc/source/ui/inc/protectiondlg.hxx
@@ -51,6 +51,7 @@ private:
std::unique_ptr<weld::Container> m_xOptions;
std::unique_ptr<weld::Entry> m_xPassword1Edit;
std::unique_ptr<weld::Entry> m_xPassword2Edit;
+ std::unique_ptr<weld::LevelBar> m_xPasswordStrengthBar;
std::unique_ptr<weld::TreeView> m_xOptionsListBox;
std::unique_ptr<weld::Button> m_xBtnOk;
std::unique_ptr<weld::Label> m_xProtected;