summaryrefslogtreecommitdiff
path: root/sc/qa/extras
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 13:17:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 12:26:22 +0200
commitd30e628a90e576a11fe96f5455c1912aff99d046 (patch)
treec4c6b243767467d84aaf8031925fc8f6baf20e4d /sc/qa/extras
parentf14977fa86487fbfb170e84ea7794529560eecca (diff)
Fix typo in code
Change-Id: I8286d532a4a1fdf964687991d6451caa49306204 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101119 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa/extras')
-rw-r--r--sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx2
1 files changed, 1 insertions, 1 deletions
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);