summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-08-31 12:08:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-08-31 15:16:05 +0200
commit1f4d48ce5723f96c5c5969ae8d7cd3a1bf9c3594 (patch)
tree652ce49b41e40a04473c4c2060fb61ebc5b82e0e /svx
parent7e774b4d49e332b40031c2a8759b996d15481e38 (diff)
cid#1500540 Dereference before null check
Change-Id: Id12ee298c5b3a1cafcb79afeb07d8cc679b947f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139097 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index a97bc0b12d31..e01f91ffd834 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2649,6 +2649,7 @@ IMPL_LINK_NOARG(SvxFrameWindow_Impl, SelectHdl, ValueSet*, void)
mxControl->dispatchCommand( ".uno:SetBorderStyle", aArgs );
}
+ // coverity[ reverse_inull : FALSE]
if (mxFrameSet)
{
/* #i33380# Moved the following line above the Dispatch() call.