summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/retypepassdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/retypepassdlg.hxx')
-rw-r--r--sc/source/ui/inc/retypepassdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/retypepassdlg.hxx b/sc/source/ui/inc/retypepassdlg.hxx
index 8bcab45ffcba..650ae66176b2 100644
--- a/sc/source/ui/inc/retypepassdlg.hxx
+++ b/sc/source/ui/inc/retypepassdlg.hxx
@@ -78,10 +78,10 @@ private:
std::vector<VclPtr<VclHBox>> maSheets;
- OUString maTextNotProtected;
- OUString maTextNotPassProtected;
- OUString maTextHashBad;
- OUString maTextHashGood;
+ OUString const maTextNotProtected;
+ OUString const maTextNotPassProtected;
+ OUString const maTextHashBad;
+ OUString const maTextHashGood;
DECL_LINK( OKHdl, Button*, void );
DECL_LINK( RetypeBtnHdl, Button*, void );
@@ -112,7 +112,7 @@ private:
void CheckPasswordInput();
private:
- ScPassHashProtectable* m_pProtected;
+ ScPassHashProtectable* const m_pProtected;
std::unique_ptr<weld::Button> m_xBtnOk;