[Libreoffice-commits] core.git: formula/source
Caolán McNamara
caolanm at redhat.com
Wed Nov 13 08:48:33 PST 2013
formula/source/core/api/FormulaCompiler.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e59cc6448c525561cfef8ceb3f9c335b2a7611c0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Nov 13 16:48:01 2013 +0000
c++11 we love you
Change-Id: I6ff8610f6b31481334d609a0e150285e6eef6096
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index 6499aa4..b5f1267 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -739,8 +739,8 @@ void FormulaCompiler::loadSymbols( sal_uInt16 nSymbols, FormulaGrammar::Grammar
OModuleClient aModuleClient;
OpCodeList aOpCodeList( nSymbols, rxMap,
((eGrammar == FormulaGrammar::GRAM_OOXML) ?
- OpCodeList::SeparatorType::COMMA_BASE :
- OpCodeList::SeparatorType::SEMICOLON_BASE));
+ OpCodeList::COMMA_BASE :
+ OpCodeList::SEMICOLON_BASE));
fillFromAddInMap( rxMap, eGrammar);
// Fill from collection for AddIns not already present.
More information about the Libreoffice-commits
mailing list