diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-25 10:21:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-25 13:10:03 +0200 |
commit | 4d41b2e42fb91b99bd17b13f0f592978f4ccfba7 (patch) | |
tree | 7901e9cee894825e5bdc15999a2a2f385eee3bac /include/svtools | |
parent | d181d8acbf49e2fe87c8cf53a9431e503ccced55 (diff) |
loplugin:unusedfields
Change-Id: I81bcf4f56599146536ba8d66cc86fa5a08737298
Reviewed-on: https://gerrit.libreoffice.org/41556
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/calendar.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx index 0b9d6919cf75..1fe247539f6c 100644 --- a/include/svtools/calendar.hxx +++ b/include/svtools/calendar.hxx @@ -127,7 +127,6 @@ class SVT_DLLPUBLIC Calendar : public Control private: IntDateSet* mpSelectTable; IntDateSet* mpOldSelectTable; - IntDateSet* mpRestoreSelectTable; OUString maDayTexts[31]; OUString maDayText; OUString maWeekText; @@ -166,13 +165,11 @@ private: mbFormat:1, mbDrag:1, mbSelection:1, - mbUnSel:1, mbMenuDown:1, mbSpinDown:1, mbPrevIn:1, mbNextIn:1, mbTravelSelect:1, - mbSelLeft:1, mbAllSel:1, mbDropPos:1; Link<Calendar*,void> maSelectHdl; |