diff options
Diffstat (limited to 'sc/inc/queryevaluator.hxx')
-rw-r--r-- | sc/inc/queryevaluator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/queryevaluator.hxx b/sc/inc/queryevaluator.hxx index ff086e9fa8bf..d522a766f455 100644 --- a/sc/inc/queryevaluator.hxx +++ b/sc/inc/queryevaluator.hxx @@ -103,7 +103,7 @@ class ScQueryEvaluator const ScQueryEntry& rEntry, const ScQueryEntry::Item& rItem); - std::pair<bool, bool> processEntry(SCROW nRow, SCCOL nCol, ScRefCellValue& aCell, + std::pair<bool, bool> processEntry(SCROW nRow, SCCOL nCol, const ScRefCellValue& aCell, const ScQueryEntry& rEntry, size_t nEntryIndex); bool equalCellSharedString(const ScRefCellValue& rCell, SCROW nRow, SCCOLROW nField, |