summaryrefslogtreecommitdiff
path: root/formula/source
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source')
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index 6499aa4d0fa8..b5f12679feec 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.