From e95ce2620267e04bc89eb701a3df8ded7c3b729f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 9 Feb 2024 12:25:42 +0000 Subject: cid#1591767 Uninitialized scalar field (unused bSortedBinarySearch) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- sc/inc/queryiter.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/queryiter.hxx') 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; -- cgit