diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-04-25 13:59:07 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-05-10 16:22:43 +0200 |
commit | 02c5ec92e3dfa8dee51e606ff8e929168948a8a7 (patch) | |
tree | 28885cc2b99fab68a72b635bf19ba1e0363c1053 /sc/inc/queryiter.hxx | |
parent | 4d2bd386837524fd9f74f827f59ac3dfc64b3a6a (diff) |
assert pre-requisities of BinarySearch()
Change-Id: I090a6538628eb5337a311ed8aec3580901e957ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134095
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sc/inc/queryiter.hxx')
-rw-r--r-- | sc/inc/queryiter.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/queryiter.hxx b/sc/inc/queryiter.hxx index c2378bca6aa2..f5cba350bff2 100644 --- a/sc/inc/queryiter.hxx +++ b/sc/inc/queryiter.hxx @@ -87,9 +87,9 @@ protected: /* Only works if no regular expression is involved, only searches for rows in one column, and only the first query entry is considered with simple conditions SC_LESS_EQUAL - (sorted ascending) or SC_GREATER_EQUAL (sorted descending). Check these things before - invocation! Delivers a starting point, continue with e.g. GetThis() and GetNext() - afterwards. Introduced for FindEqualOrSortedLastInRange(). */ + (sorted ascending) or SC_GREATER_EQUAL (sorted descending). Delivers a starting point, + continue with e.g. GetThis() and GetNext() afterwards. Introduced + for FindEqualOrSortedLastInRange(). */ bool BinarySearch(); public: |