sc/source/ui/dbgui/filtdlg.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 4cc9f1db86c636bd8f01fca514be5a65c0317fcf Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Mon Feb 3 09:37:24 2025 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Tue Feb 11 22:22:14 2025 +0100 tdf#149907 Update results when changing condition Regression from d9dd003f63a781e63bfbe380ea737e080c21881f Change-Id: I9373be1f77ba13049a91816f57c5ae6b8913f071 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181028 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> (cherry picked from commit 5be5e9da58c7dcee418264b2da29ddcc07e4709d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181033 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> (cherry picked from commit 78c5864e5b98d5dc0fd6fd6118e4678c6e419bd3) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181129 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Jonathan Clark <jonat...@libreoffice.org> Tested-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index 8e9995b07385..daa057c73fcb 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -1160,8 +1160,7 @@ IMPL_LINK(ScFilterDlg, LbSelectHdl, weld::ComboBox&, rLb, void) UpdateColorList(4); } - auto aEntry = theQueryData.GetEntry(nQ); - aEntry.eOp = op; + theQueryData.GetEntry(nQ).eOp = op; } else if (&rLb == m_xLbColor1.get() || &rLb == m_xLbColor2.get() || &rLb == m_xLbColor3.get() || &rLb == m_xLbColor4.get())