diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-23 18:32:31 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-23 18:32:31 +0200 |
commit | 74d7136325ca00534bbb76351bf79cf43afc8a56 (patch) | |
tree | 3a73434a59b70eba03186e5b92feb33c5b607bd0 | |
parent | c2e48be7e54efd33ad4dae0c24185597521efd46 (diff) |
add unhandled case in switch
Change-Id: I1e6c2263cb8e6b4d58a3f63ca129d4e9c403fce2
-rw-r--r-- | sc/source/filter/excel/xeextlst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xeextlst.cxx b/sc/source/filter/excel/xeextlst.cxx index ebfe2cd7a6f2..6982ec3687b7 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; } |