include/svtools/ruler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 91d3aaf8e79df7baf85a78fa9302a4b31c7e9081 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Feb 11 15:27:19 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Feb 11 19:23:30 2026 +0100 Fix typo Change-Id: Iefee2bb5cf916d452813d738308adbcb6dc31576 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199187 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx index 2d75b2ab1ff9..1990043eb6ed 100644 --- a/include/svtools/ruler.hxx +++ b/include/svtools/ruler.hxx @@ -226,7 +226,7 @@ All the handlers can also be set as links with the particular Set..Hdl() methods - Click() This handler is called when no element has been clicked on. The position can be queried with GetClickPos(). This way it is possible - to, for example, ser tabs in the ruler. After calling the click handler, + to, for example, set tabs in the ruler. After calling the click handler, the drag, if any, is immediately triggered. This makes it possible to set a new tab in the click handler and then immediately move it.
