summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/searchresults.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/searchresults.hxx')
-rw-r--r--sc/source/ui/inc/searchresults.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/searchresults.hxx b/sc/source/ui/inc/searchresults.hxx
index c10e6014342a..61cfc520b4ff 100644
--- a/sc/source/ui/inc/searchresults.hxx
+++ b/sc/source/ui/inc/searchresults.hxx
@@ -37,7 +37,9 @@ public:
virtual void Close() override;
- void FillResults( ScDocument& rDoc, const ScRangeList& rMatchedRanges, bool bCellNotes, bool bEmptyCells );
+ void FillResults( ScDocument& rDoc, const ScRangeList& rMatchedRanges,
+ bool bCellNotes, bool bEmptyCells,
+ bool bMatchedRangesWereClamped);
};
class SearchResultsDlgWrapper : public SfxChildWindow