From 873be8f3ff28fd06b531b17d2c7cc41cbc1385e8 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Tue, 14 Jan 2014 18:44:24 +0100 Subject: fdo#51180 reset (Multi)Selection on Clear() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I06dde63093eab4e5e1c692f6363aca70b89de96a Reviewed-on: https://gerrit.libreoffice.org/7429 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/brwbox/brwbox1.cxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx index 0fbca4c5d3b8..91e29cfd9efe 100644 --- a/svtools/source/brwbox/brwbox1.cxx +++ b/svtools/source/brwbox/brwbox1.cxx @@ -1149,6 +1149,13 @@ void BrowseBox::Clear() DoHideCursor( "Clear" ); long nOldRowCount = nRowCount; nRowCount = 0; + if(bMultiSelection) + { + assert(uRow.pSel); + *uRow.pSel = MultiSelection(); + } + else + uRow.nSel = BROWSER_ENDOFSELECTION; nCurRow = BROWSER_ENDOFSELECTION; nTopRow = 0; nCurColId = 0; -- cgit v1.2.3