diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-13 16:48:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-13 16:48:01 +0000 |
commit | e59cc6448c525561cfef8ceb3f9c335b2a7611c0 (patch) | |
tree | 260b9e6eaa77b476c3e2121c79b8d5ad33928453 /formula | |
parent | fb38a4f71f615e786ad11fe03f15419f9a389752 (diff) |
c++11 we love you
Change-Id: I6ff8610f6b31481334d609a0e150285e6eef6096
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 4 |
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. |