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

workaround broken WaE eGrammar may be used uninitialized

üst 704fdf2b
......@@ -89,7 +89,7 @@ void ScOrcusSheet::set_formula(
row_t row, col_t col, formula_grammar_t grammar, const char* p, size_t n)
{
OUString aFormula(p, n, RTL_TEXTENCODING_UTF8);
formula::FormulaGrammar::Grammar eGrammar;
formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_ODFF;
switch(grammar)
{
case orcus::spreadsheet::ods:
......
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