sc/source/filter/oox/workbookhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 728a176ea357253e1a60542618932d428411f931 Author: Aron Budea <[email protected]> AuthorDate: Fri Oct 19 20:56:35 2018 +0200 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 12:17:25 2025 +0100 [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 4ac887c26c40..466b9c4a0b0e 100644 --- a/sc/source/filter/oox/workbookhelper.cxx +++ b/sc/source/filter/oox/workbookhelper.cxx @@ -565,7 +565,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; }
