coverity#738967: Unused pointer value.
Change-Id: I2836de141d72e9c6e6cc5aa55a66f9e672912754
This commit is contained in:
parent
651002f484
commit
e3f78b763f
1 changed files with 1 additions and 1 deletions
|
@ -985,7 +985,7 @@ IMPL_LINK_NOARG(SwEditRegionDlg, ChangeDismissHdl)
|
|||
aTree.GetModel()->Remove( pRemove );
|
||||
}
|
||||
|
||||
if ( (pEntry=aTree.FirstSelected()) == 0 )
|
||||
if ( aTree.FirstSelected() == 0 )
|
||||
{
|
||||
aConditionFT. Enable(sal_False);
|
||||
aConditionED. Enable(sal_False);
|
||||
|
|
Loading…
Reference in a new issue