diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-14 15:43:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-17 09:59:58 +0200 |
commit | b8d627b6c030ba402b84dc099255eb5ce9b0257f (patch) | |
tree | 7414728928604d64958f7d59037104a2ccca9406 /svtools | |
parent | 8d54e96536a1fee037788f5576b8a52dbbb541e4 (diff) |
maSelectionChangingHdl is unused
Change-Id: I90ad94d4500a3921359574b8238d3832ac4efe43
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/calendar.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx index 030ccb63abc8..7ba5277cf770 100644 --- a/svtools/source/control/calendar.cxx +++ b/svtools/source/control/calendar.cxx @@ -1154,8 +1154,6 @@ void Calendar::ImplMouseSelect( const Date& rDate, sal_uInt16 nHitTest, { if ( bNewSel ) { - mbInSelChange = true; - SelectionChanging(); mbInSelChange = false; } HideFocus(); @@ -1512,7 +1510,6 @@ void Calendar::KeyInput( const KeyEvent& rKEvt ) bool bDateSel = IsDateSelected( maCurDate ); SelectDate( maCurDate, !bDateSel ); mbSelLeft = false; - SelectionChanging(); mbTravelSelect = true; Select(); mbTravelSelect = false; @@ -1552,8 +1549,6 @@ void Calendar::KeyInput( const KeyEvent& rKEvt ) SetCurDate( aNewDate ); mbDirect = false; maAnchorDate = aOldAnchorDate; - mbInSelChange = true; - SelectionChanging(); mbInSelChange = false; ImplUpdateSelection( pOldSel.get() ); } @@ -1711,11 +1706,6 @@ void Calendar::DataChanged( const DataChangedEvent& rDCEvt ) } } -void Calendar::SelectionChanging() -{ - maSelectionChangingHdl.Call( this ); -} - void Calendar::DateRangeChanged() { maDateRangeChangedHdl.Call( this ); |