svx/source/tbxctrls/tbcontrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2aa3d771f157c60cee3fba867aa5c2ed40258536 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Sep 25 17:20:14 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Sep 27 11:13:53 2022 +0200 cid#1500540 use check_after_deref instead of reverse_inull Change-Id: I9f33d2681865b4a8200549b962d76f5babedfa3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140593 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index e01f91ffd834..d61e784e3034 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2649,7 +2649,7 @@ IMPL_LINK_NOARG(SvxFrameWindow_Impl, SelectHdl, ValueSet*, void) mxControl->dispatchCommand( ".uno:SetBorderStyle", aArgs ); } - // coverity[ reverse_inull : FALSE] + // coverity[ check_after_deref : FALSE] if (mxFrameSet) { /* #i33380# Moved the following line above the Dispatch() call.