summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-08 13:43:16 +0000
committerJens Carl <j.carl43@gmx.de>2019-07-09 04:50:24 +0200
commit648e18cc9dde5ae1b4f3747b0c4f0dbcc7e90a8b (patch)
treebec1186930d47f7924217b7d2c8d9c2004229e3f /sc
parent11d0cc07433206d5cc52fdfa7e91c2e28ef276ca (diff)
Fix typo
Change-Id: I5fee961beeb7cc18f767a61a3b7d65bb4e07f47c Reviewed-on: https://gerrit.libreoffice.org/75257 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
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);