Kaydet (Commit) 74d71363 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add unhandled case in switch

Change-Id: I1e6c2263cb8e6b4d58a3f63ca129d4e9c403fce2
üst c2e48be7
...@@ -383,6 +383,7 @@ XclExpExtCalcPr::XclExpExtCalcPr( const XclExpRoot& rRoot, formula::FormulaGramm ...@@ -383,6 +383,7 @@ XclExpExtCalcPr::XclExpExtCalcPr( const XclExpRoot& rRoot, formula::FormulaGramm
case formula::FormulaGrammar::CONV_XL_OOX: case formula::FormulaGrammar::CONV_XL_OOX:
case formula::FormulaGrammar::CONV_LOTUS_A1: case formula::FormulaGrammar::CONV_LOTUS_A1:
case formula::FormulaGrammar::CONV_LAST: case formula::FormulaGrammar::CONV_LAST:
case formula::FormulaGrammar::CONV_A1_XL_A1:
maSyntax = OString("Unspecified"); maSyntax = OString("Unspecified");
break; break;
} }
......
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