diff options
-rw-r--r-- | sc/source/ui/view/tabview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index 59b0154a446d..093ebe4f89c5 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -1187,7 +1187,7 @@ void ScTabView::ScrollHdl(ScrollAdaptor* pScroll) // horizontal scroll wheel or trackpad swipe events, most // vertical scroll wheel or trackpad swipe events will trigger // the anti-jitter code because nScrollPos and nPrevDragPos - // will be equal and nDelta will be overriden and set to zero. + // will be equal and nDelta will be overridden and set to zero. // So, only use the anti-jitter code for mouse drag events. if ( eType == ScrollType::Drag ) { |