diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-16 19:18:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-16 21:29:52 +0200 |
commit | ac4649188ba89d758b56addf2d61233d542bcf04 (patch) | |
tree | 57bcce442ee058502541a4f02b598720d039ac7b | |
parent | 1aeba4201846baeca2701dbf06a9b278b672e4ae (diff) |
Fix typo
Change-Id: I3d26c49a46f7382b34bd1619cfe7ff09db5e200c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168964
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx index c1cbfe81e906..1f0dbe089a44 100644 --- a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx +++ b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx @@ -771,7 +771,7 @@ void ScAccessibleSpreadsheet::CommitFocusCell(const ScAddress &aNewCell) return ; } - // Related tdf#158914: check if focussed cell has changed + // Related tdf#158914: check if focused cell has changed // Some accessiblity tools, such as NVDA on Windows, appear to need // a value changed notification before it will refetch a cell's // accessible text. While Notify() is able to fire text and value changed |