Kaydet (Commit) e59cc644 authored tarafından Caolán McNamara's avatar Caolán McNamara

c++11 we love you

Change-Id: I6ff8610f6b31481334d609a0e150285e6eef6096
üst fb38a4f7
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment