summaryrefslogtreecommitdiff
path: root/include/svtools/calendar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/calendar.hxx')
-rw-r--r--include/svtools/calendar.hxx3
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;