sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d30e628a90e576a11fe96f5455c1912aff99d046 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 20 13:17:34 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 21 12:26:22 2020 +0200 Fix typo in code Change-Id: I8286d532a4a1fdf964687991d6451caa49306204 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101119 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx b/sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx index fd8cd5d8ef43..710493cbb74c 100644 --- a/sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx +++ b/sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx @@ -82,7 +82,7 @@ uno::Reference<uno::XInterface> ScIndexEnumeration_TableConditionalEntryEnumerat aConditions[2].Value <<= OUString(""); aConditions[3].Name = "Operator"; aConditions[3].Value <<= sheet::ConditionOperator_EQUAL; - aConditions[4].Name = "SoucePosition"; + aConditions[4].Name = "SourcePosition"; aConditions[4].Value <<= table::CellAddress(0, 1, 5); uno::Reference<beans::XPropertySet> xPropertySet(xSheet0, uno::UNO_QUERY_THROW); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits