formula/source/core/api/FormulaCompiler.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e59cc6448c525561cfef8ceb3f9c335b2a7611c0 Author: Caolán McNamara <caol...@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.
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits