diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-04 10:11:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-05 13:57:22 +0100 |
commit | 9c2dee67b56085ab8535a90810bf885fe0afd30c (patch) | |
tree | 368ba389af7bee6c1d8611de612e1d20f206119d /svtools/inc | |
parent | 83b42cdccb797f1faf427b0beabc3806c5849592 (diff) |
drop methods only used in svdem
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/calendar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/svtools/calendar.hxx b/svtools/inc/svtools/calendar.hxx index c9df5a175adf..17dd52bb9c2a 100644 --- a/svtools/inc/svtools/calendar.hxx +++ b/svtools/inc/svtools/calendar.hxx @@ -300,7 +300,6 @@ public: void SetNoSelection(); sal_Bool IsDateSelected( const Date& rDate ) const; Date GetFirstSelectedDate() const; - Date GetLastSelectedDate() const; void EnableCallEverySelect( sal_Bool bEvery = sal_True ) { mbAllSel = bEvery; } sal_Bool IsCallEverySelectEnabled() const { return mbAllSel; } |