diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/a11yfocustracker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx index 4bee41fab4ee..6f9441ddef5e 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; |