sc/source/ui/app/inputwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bb0ee20e05343ea839a126ac2bfdb2d709660296 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Oct 17 12:12:53 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Oct 17 15:49:05 2020 +0200 Fix typo Change-Id: Ib2f34d65f77073f1cc9494a1d9ed263b089bff6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104458 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 4d18c66e0ae6..ea7ba5847bdf 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1304,7 +1304,7 @@ void ScTextWnd::SetScrollBarRange() lower = gtk_adjustment_get_lower upper = gtk_adjustment_get_upper - gtk_adjustment_get_page_size - and requires that upper > lower or the decelaration animation never ends + and requires that upper > lower or the deceleration animation never ends */ nPageSize = std::min(nPageSize, nUpper); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
