diff options
author | Aron Budea <aron.budea@collabora.com> | 2018-10-19 20:56:35 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-01-13 20:52:56 +0100 |
commit | d1e13a4f5415db4101e68fcfd687dba46fc0d69a (patch) | |
tree | f24ef6269aadd567c0c38db18fcd23d4ad1efdfa | |
parent | c708f998f2b0de445b22ddd06e387bc4b6056e04 (diff) |
[cp] Add another known good generator.
Change-Id: I05a9aff0d1bddf0efd2491f09fe0fbf7144e8b4d
-rw-r--r-- | sc/source/filter/oox/workbookhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx index 855c7dab40b0..45105946e40a 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; } |