summaryrefslogtreecommitdiff
path: root/sc/inc/queryiter.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-09 12:25:42 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-09 14:54:58 +0100
commite95ce2620267e04bc89eb701a3df8ded7c3b729f (patch)
tree8db672a923335b32890db5b33483dd6ca1879b00 /sc/inc/queryiter.hxx
parent00ac644f0b7a8a5d987301582752c455621a62e4 (diff)
cid#1591767 Uninitialized scalar field (unused bSortedBinarySearch)
since: commit 68738bd0ac262819b13ea7e11af67ee493b9b3e1 Date: Thu Feb 1 14:36:24 2024 +0100 Related: tdf#127293 Fix function XLOOKUP binary search corner cases Change-Id: Idc6ce795779d264a67fff93da74ce5c45381940f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163164 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sc/inc/queryiter.hxx')
-rw-r--r--sc/inc/queryiter.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/queryiter.hxx b/sc/inc/queryiter.hxx
index 662fe8a9cf35..32fd1cb83898 100644
--- a/sc/inc/queryiter.hxx
+++ b/sc/inc/queryiter.hxx
@@ -183,7 +183,6 @@ protected:
sal_uInt8 nSortedBinarySearch;
bool bAdvanceQuery;
bool bIgnoreMismatchOnLeadingStrings;
- bool bSortedBinarySearch;
bool bXLookUp;
SCCOL nBestFitCol;
SCROW nBestFitRow;