sc/source/core/data/formulacell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 648e18cc9dde5ae1b4f3747b0c4f0dbcc7e90a8b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jul 8 13:43:16 2019 +0000
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Tue Jul 9 04:50:24 2019 +0200

    Fix typo
    
    Change-Id: I5fee961beeb7cc18f767a61a3b7d65bb4e07f47c
    Reviewed-on: https://gerrit.libreoffice.org/75257
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/sc/source/core/data/formulacell.cxx 
b/sc/source/core/data/formulacell.cxx
index 365f4151aca6..abea9faf0318 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -3265,7 +3265,7 @@ bool ScFormulaCell::UpdateReferenceOnShift(
             bRecompile = (eRelNameRef == RelNameRef::DOUBLE);
         }
         // Reference changed and new listening needed?
-        // Except in Insert/Delete without specialties.
+        // Except in Insert/Delete without specialities.
         bNewListening = (bRefModified || bRecompile
                 || (bValChanged && bInDeleteUndo) || bHasRelName);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to