sc/source/ui/view/tabview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6b2e928450ea55cc1667631b9d8a23146906d1da Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Apr 7 15:23:40 2023 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sat Apr 8 02:10:07 2023 +0200 Fix typo Change-Id: I16044e195878c4d51a2e4a92986a1b0baf8bc2a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150127 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> 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 ) {