sc/source/filter/oox/workbookhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1121ee14d673955d7ebdaec296680ef7b4f062d3 Author: Aron Budea <[email protected]> AuthorDate: Fri Oct 19 20:56:35 2018 +0200 Commit: Aron Budea <[email protected]> CommitDate: Fri Oct 19 20:56:35 2018 +0200 [cp] Add another known good generator. Change-Id: I05a9aff0d1bddf0efd2491f09fe0fbf7144e8b4d diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx index b3480d51f6bf..2a24577627ac 100644 --- a/sc/source/filter/oox/workbookhelper.cxx +++ b/sc/source/filter/oox/workbookhelper.cxx @@ -542,7 +542,7 @@ void WorkbookGlobals::initialize() aCalcConfig.SetStringRefSyntax( formula::FormulaGrammar::CONV_XL_A1 ) ; mpDoc->SetCalcConfig(aCalcConfig); } - else if (aGenerator.startsWithIgnoreAsciiCase("LibreOffice")) + else if (aGenerator.startsWithIgnoreAsciiCase("LibreOffice") || aGenerator.startsWithIgnoreAsciiCase("Collabora")) { mbGeneratorKnownGood = true; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
