summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2018-10-19 20:56:35 +0200
committerAron Budea <aron.budea@collabora.com>2018-10-19 20:56:35 +0200
commit1121ee14d673955d7ebdaec296680ef7b4f062d3 (patch)
tree224f4e3235063df7924a2a2a270c4495a185126c /sc
parent25ed6965a64a55003b34166ca3d3e134e7b0cc0c (diff)
[cp] Add another known good generator.
Change-Id: I05a9aff0d1bddf0efd2491f09fe0fbf7144e8b4d
Diffstat (limited to 'sc')
-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 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;
}