sc: colorfilter dangling pointer fixed
commitbf4cb13c7b3b57980d8e052c1b06afc3f21b96f2
authorVasily Melenchuk <vasily.melenchuk@cib.de>
Thu, 30 Sep 2021 12:10:12 +0000 (30 14:10 +0200)
committerVasily Melenchuk <vasily.melenchuk@cib.de>
Fri, 1 Oct 2021 07:02:46 +0000 (1 09:02 +0200)
tree7486bfebbd97c255053b5e01e09b2d9fa1fee336
parent955ccb669c60cc29918c784d9c801ab1ac54fc22
sc: colorfilter dangling pointer fixed

Upper call to aParam.RemoveAllEntriesByField can invalidate
pEntry, making further calls to pEntry->SetQueryBy* illegal.

Anyway at this branch we are disabling color filter, so this
is not required.

Change-Id: Ia595649975b659d28056ba3f3658c306e63088f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122822
Tested-by: Jenkins
Reviewed-by: Vasily Melenchuk <vasily.melenchuk@cib.de>
sc/source/ui/view/gridwin.cxx