summaryrefslogtreecommitdiff
path: root/include/svtools/calendar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-01 14:30:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 08:26:03 +0200
commit07c4aa4298f062cee1894b80ef82e76d5ffcf4c7 (patch)
tree23752b23ce6d21c209c9d178420dee86c48938de /include/svtools/calendar.hxx
parent48bf5a74186140760a734091a85e85d198e6fdfa (diff)
loplugin:constfields in svtools
Change-Id: I91553f89d8f5ee42afa52d196bf86f8a92011850 Reviewed-on: https://gerrit.libreoffice.org/61186 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/calendar.hxx')
-rw-r--r--include/svtools/calendar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index 7b5ae85a94e9..ea2df0f63be0 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -142,7 +142,7 @@ class SVT_DLLPUBLIC Calendar final : public Control
Date maCurDate;
Date maOldCurDate;
Date maAnchorDate;
- Date maDropDate;
+ Date const maDropDate;
Color maSelColor;
Color maOtherColor;
sal_Int32 mnDayCount;
@@ -291,7 +291,7 @@ private:
VclPtr<Calendar> mpCalendar;
VclPtr<PushButton> mpTodayBtn;
VclPtr<PushButton> mpNoneBtn;
- Date maDefaultDate;
+ Date const maDefaultDate;
bool mbToday;
bool mbNone;