diff options
Diffstat (limited to 'sc/source/core/data/dociter.cxx')
-rw-r--r-- | sc/source/core/data/dociter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx index b7d52cd3c..0ba6a5840 100644 --- a/sc/source/core/data/dociter.cxx +++ b/sc/source/core/data/dociter.cxx @@ -1169,7 +1169,7 @@ ScBaseCell* ScQueryCellIterator::GetThis() if ( nTestEqualCondition && bTestEqualCondition ) { nTestEqualCondition |= nTestEqualConditionMatched; - nStopOnMismatch |= nStopOnMismatchOccured; + nStopOnMismatch |= nStopOnMismatchOccurred; return NULL; } bool bStop; @@ -1187,7 +1187,7 @@ ScBaseCell* ScQueryCellIterator::GetThis() bStop = true; if (bStop) { - nStopOnMismatch |= nStopOnMismatchOccured; + nStopOnMismatch |= nStopOnMismatchOccurred; return NULL; } } |