diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-20 15:39:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-23 08:55:53 +0200 |
commit | 05eda0dc19af81ed0d5167bdd0a92113e6e8bc60 (patch) | |
tree | cbb93df5b0b7f864055a964f786cd36f093545bb /sc/source/ui/miscdlgs | |
parent | 56b2a2d874c5c74af0eb02d6d542f4dc9d748870 (diff) |
loplugin:unusedfields in sc
Change-Id: If5123e676a27302f3e11475309bc748977c6f430
Diffstat (limited to 'sc/source/ui/miscdlgs')
-rw-r--r-- | sc/source/ui/miscdlgs/retypepassdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/retypepassdlg.cxx b/sc/source/ui/miscdlgs/retypepassdlg.cxx index e7ccc2d025b0..8730f29fc13c 100644 --- a/sc/source/ui/miscdlgs/retypepassdlg.cxx +++ b/sc/source/ui/miscdlgs/retypepassdlg.cxx @@ -32,10 +32,8 @@ ScRetypePassDlg::ScRetypePassDlg(vcl::Window* pParent) : maTextNotPassProtected(ScResId(STR_NOT_PASS_PROTECTED)), maTextHashBad(ScResId(STR_HASH_BAD)), maTextHashGood(ScResId(STR_HASH_GOOD)), - maTextHashRegen(ScResId(STR_HASH_REGENERATED)), mpDocItem(static_cast<ScDocProtection*>(nullptr)), - mnCurScrollPos(0), meDesiredHash(PASSHASH_SHA1) { get(mpBtnOk ,"ok"); |