[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 9 02:51:30 UTC 2019
sc/source/core/data/formulacell.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 648e18cc9dde5ae1b4f3747b0c4f0dbcc7e90a8b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 8 13:43:16 2019 +0000
Commit: Jens Carl <j.carl43 at 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.carl43 at 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);
More information about the Libreoffice-commits
mailing list