summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/scindexenumeration_tableconditionalentryenumeration.cxx')
-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);