Remove excessive parenthesis.
Ugly. Change-Id: Ifdb9638e998b83c7aeaf9908f9584ff69d56d7b2
This commit is contained in:
parent
3aac26671d
commit
bf8f90bf3f
@ -2091,7 +2091,7 @@ void ScTabView::KillEditView( bool bNoPaint )
|
||||
}
|
||||
|
||||
// #108931#; notify accessibility before all things happen
|
||||
if ((bNotifyAcc) && (aViewData.GetViewShell()->HasAccessibilityObjects()))
|
||||
if (bNotifyAcc && aViewData.GetViewShell()->HasAccessibilityObjects())
|
||||
aViewData.GetViewShell()->BroadcastAccessibility(SfxHint(SC_HINT_ACC_LEAVEEDITMODE));
|
||||
|
||||
aViewData.ResetEditView();
|
||||
|
Loading…
x
Reference in New Issue
Block a user