[Libreoffice-commits] core.git: vcl/osx

Stephan Bergmann sbergman at redhat.com
Thu May 12 09:18:18 UTC 2016


 vcl/osx/a11yfocustracker.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1859d3881abaa3a6254ab8671dbd8f9355f0d5fa
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 12 11:17:50 2016 +0200

    Replace comment with SAL_FALLTHROUGH
    
    Change-Id: Ibc5937b852ee8220d5d347e18a824df4c97ade40

diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx
index 4bee41f..6f9441d 100644
--- a/vcl/osx/a11yfocustracker.cxx
+++ b/vcl/osx/a11yfocustracker.cxx
@@ -57,7 +57,7 @@ void AquaA11yFocusTracker::WindowEventHandler(void * pThis, VclSimpleEvent& rEve
         break;
     case VCLEVENT_OBJECT_DYING:
         pFocusTracker->m_aDocumentWindowList.erase( getWindow(&rEvent) );
-        // intentional pass through ..
+        SAL_FALLTHROUGH;
     case VCLEVENT_TOOLBOX_HIGHLIGHTOFF:
         pFocusTracker->toolbox_highlight_off( getWindow(&rEvent) );
         break;


More information about the Libreoffice-commits mailing list