summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2018-10-19 20:56:35 +0200
committerAndras Timar <andras.timar@collabora.com>2022-02-13 12:25:10 +0100
commit003c8b9f89be4f99c2f23cb1d49c08f8d9562221 (patch)
treedaa8fb264fb87f16178731c61e983f77bb23b708
parentd064ea3659198fcd914b6939ec1f31880ebe9809 (diff)
[cp] Add another known good generator.
Change-Id: I05a9aff0d1bddf0efd2491f09fe0fbf7144e8b4d
-rw-r--r--sc/source/filter/oox/workbookhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index 322986e9ba25..15d019dc8c05 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -554,7 +554,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;
}