diff options
Diffstat (limited to 'sc')
-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 |