summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-09-25 17:20:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-09-27 11:13:53 +0200
commit2aa3d771f157c60cee3fba867aa5c2ed40258536 (patch)
treee9d0b726679a5ed1ac0f57ef9a3a0c9e899901a0 /svx/source/tbxctrls
parent49279212597db3993e1f8f1f70be873a2e22fe2f (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
1 files changed, 1 insertions, 1 deletions
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.