Kaydet (Commit) fbfb65f1 authored tarafından Xisco Fauli's avatar Xisco Fauli Kaydeden (comit) Caolán McNamara

tdf#120703 (PVS): Recurring check.

V571 The 'mpView' condition was already verified in line 417.

Change-Id: I64d522412f1f627ab04a29f90b33177ef726eb58
Reviewed-on: https://gerrit.libreoffice.org/62157
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst a3a95649
......@@ -416,7 +416,7 @@ void SvxTextEditSourceImpl::dispose()
if( mpView )
{
// remove as listener - outliner might outlive ourselves
if (mbNotifyEditOutlinerSet && mpView && mpView->GetTextEditOutliner())
if (mbNotifyEditOutlinerSet && mpView->GetTextEditOutliner())
{
mpView->GetTextEditOutliner()->SetNotifyHdl(Link<EENotify&,void>());
mbNotifyEditOutlinerSet = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment