sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac4649188ba89d758b56addf2d61233d542bcf04
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 16 19:18:37 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 16 21:29:52 2024 +0200

    Fix typo
    
    Change-Id: I3d26c49a46f7382b34bd1619cfe7ff09db5e200c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168964
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to