summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 21:44:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-20 09:07:41 +0200
commit0f689f80e9bd3a0f90422df70426be5b50972871 (patch)
tree7b686fae35ab38fc7fd5d89a140b1350125023e1 /sc
parent65ae1e182de7ac46e2062dcef0f28a2c1f36b3d2 (diff)
Fix typos
Change-Id: Ib61f500f7f9199e524d6ba4de419eda7fb30abcf Reviewed-on: https://gerrit.libreoffice.org/77761 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/validat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx
index 4e0e62ddcada..4fd89ccb206f 100644
--- a/sc/source/core/data/validat.cxx
+++ b/sc/source/core/data/validat.cxx
@@ -499,7 +499,7 @@ bool ScValidationData::IsDataValid(
else
{
// For numeric values use the resulting input line string to
- // determine length, otherwise a once accepted value maybe could
+ // determine length, otherwise an once accepted value maybe could
// not be edited again, for example abbreviated dates or leading
// zeros or trailing zeros after decimal separator change length.
OUString aStr;