diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-24 13:09:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-24 22:16:24 +0200 |
commit | 7e4a3eee79b49216696f8c51bf833eee3e06a803 (patch) | |
tree | 9a6ceee7e11d2ceeb402303e4cf696c86defd05a /vcl/inc | |
parent | efa19c9a5004699d844d108e2bf0dce845d48959 (diff) |
loplugin:unusedmethods
Change-Id: Ib724da1f07be9e8f4d0d505f7f2886990cab661f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97022
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/calendar.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/calendar.hxx b/vcl/inc/calendar.hxx index 68078b70775a..22cc1ddc9fd2 100644 --- a/vcl/inc/calendar.hxx +++ b/vcl/inc/calendar.hxx @@ -210,7 +210,6 @@ public: void Select(); Date GetFirstSelectedDate() const; - void EnableCallEverySelect() { mbAllSel = true; } void SetCurDate( const Date& rNewDate ); void SetFirstDate( const Date& rNewFirstDate ); @@ -222,11 +221,8 @@ public: bool GetDate( const Point& rPos, Date& rDate ) const; tools::Rectangle GetDateRect( const Date& rDate ) const; - void StartSelection(); void EndSelection(); - bool IsTravelSelect() const { return mbTravelSelect; } - Size CalcWindowSizePixel() const; void SetSelectHdl( const Link<Calendar*,void>& rLink ) { maSelectHdl = rLink; } |