summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/scmatrix.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:52:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:24:57 +0200
commit7c19bca8332b301559fe6b1db664c94adff908e6 (patch)
treef1934aeb8e8e478627c749e7e56ac341f18d7f6e /sc/source/core/tool/scmatrix.cxx
parenta47569aca50a4bac0613811f44cef516a24553d0 (diff)
Fix typos
Change-Id: I11aeaafb0e158eb8da5b8a36dbef10d7b5bb08ff Reviewed-on: https://gerrit.libreoffice.org/77298 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/core/tool/scmatrix.cxx')
-rw-r--r--sc/source/core/tool/scmatrix.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index 0291c84a04d7..04660abe195c 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -3308,7 +3308,7 @@ struct COp<T, double>
/** A template for operations where operands are supposed to be numeric.
A non-numeric (string) operand leads to the configured conversion to number
- method being called if in interpreter context and an FormulaError::NoValue DoubleError
+ method being called if in interpreter context and a FormulaError::NoValue DoubleError
if conversion was not possible, else to an unconditional FormulaError::NoValue
DoubleError.
An empty operand evaluates to 0.