diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-19 10:23:47 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-10-20 02:03:13 +0200 |
commit | 6baca63b44bf7f75a522b1adc4b4bbce502aec3b (patch) | |
tree | 4aeec905da8e970db5d200bbc5fdcc9256a737a5 /formula | |
parent | 6bf20df63b316ae34c2067b2fa09d1ea9d3d8ec2 (diff) |
copy and paste error
Change-Id: If19bd49e14ec5347312949bf4ba4d4c0719e22ef
Reviewed-on: https://gerrit.libreoffice.org/61981
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 8addeeed34e2..17d26b4522d8 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -631,7 +631,7 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode bPutOp = true; bRemoveFromMap = (mpTable[eOp] != ";" && mpTable[ocArrayColSep] != mpTable[eOp] && - mpTable[ocArrayColSep] != mpTable[eOp]); + mpTable[ocArrayRowSep] != mpTable[eOp]); break; // These OpCodes are known to be duplicates in the Excel // external API mapping because of different parameter counts |