formula/source/core/api/FormulaCompiler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6baca63b44bf7f75a522b1adc4b4bbce502aec3b
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Oct 19 10:23:47 2018 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Sat Oct 20 02:03:13 2018 +0200

    copy and paste error
    
    Change-Id: If19bd49e14ec5347312949bf4ba4d4c0719e22ef
    Reviewed-on: https://gerrit.libreoffice.org/61981
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <er...@redhat.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to