summaryrefslogtreecommitdiff
path: root/formula/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-13 16:48:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-13 16:48:01 +0000
commite59cc6448c525561cfef8ceb3f9c335b2a7611c0 (patch)
tree260b9e6eaa77b476c3e2121c79b8d5ad33928453 /formula/source
parentfb38a4f71f615e786ad11fe03f15419f9a389752 (diff)
c++11 we love you
Change-Id: I6ff8610f6b31481334d609a0e150285e6eef6096
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.