| commit | 74d7136325ca00534bbb76351bf79cf43afc8a56 | [log] |
|---|---|---|
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | Thu Jul 23 18:32:31 2015 +0200 |
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | Thu Jul 23 18:32:31 2015 +0200 |
| tree | 3a73434a59b70eba03186e5b92feb33c5b607bd0 | |
| parent | c2e48be7e54efd33ad4dae0c24185597521efd46 [diff] |
add unhandled case in switch Change-Id: I1e6c2263cb8e6b4d58a3f63ca129d4e9c403fce2
diff --git a/sc/source/filter/excel/xeextlst.cxx b/sc/source/filter/excel/xeextlst.cxx index ebfe2cd..6982ec3 100644 --- a/sc/source/filter/excel/xeextlst.cxx +++ b/sc/source/filter/excel/xeextlst.cxx
@@ -383,6 +383,7 @@ XclExpExtCalcPr::XclExpExtCalcPr( const XclExpRoot& rRoot, formula::FormulaGramm case formula::FormulaGrammar::CONV_XL_OOX: case formula::FormulaGrammar::CONV_LOTUS_A1: case formula::FormulaGrammar::CONV_LAST: case formula::FormulaGrammar::CONV_A1_XL_A1: maSyntax = OString("Unspecified"); break; }