summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:51:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:09:26 +0200
commit8c639732ae286e84ad9aa7ba6e92c9d12a8c26d9 (patch)
tree2c5f9c8ad5b58ab2f4107462f9d8c4be79e37f86 /sc/source/filter/oox
parent2db00e5d55e8a2ba67a1b57640cb8ad7573f1ce1 (diff)
Fix typos
Change-Id: I331ac595c68601cee49fa726e5a074d4a9341d12 Reviewed-on: https://gerrit.libreoffice.org/77297 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/filter/oox')
-rw-r--r--sc/source/filter/oox/formulaparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/formulaparser.cxx b/sc/source/filter/oox/formulaparser.cxx
index 4300e9cb469d..f953fcced3a8 100644
--- a/sc/source/filter/oox/formulaparser.cxx
+++ b/sc/source/filter/oox/formulaparser.cxx
@@ -362,7 +362,7 @@ void FormulaFinalizer::appendEmptyParameter( const FunctionInfo& rFuncInfo, size
default:;
}
- // if no token has been added, append a OPCODE_MISSING token
+ // if no token has been added, append an OPCODE_MISSING token
if( nTokenArraySize == maTokens.size() )
maTokens.append( OPCODE_MISSING );
}