sc/source/ui/view/tabview3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bf8f90bf3f3db2128c4f61ed5a795166d42cd79a Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Mon Nov 21 22:21:27 2016 -0500 Remove excessive parenthesis. Ugly. Change-Id: Ifdb9638e998b83c7aeaf9908f9584ff69d56d7b2 diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index d73c9bd..7dce852 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits