summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-12 11:17:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-12 11:17:50 +0200
commit1859d3881abaa3a6254ab8671dbd8f9355f0d5fa (patch)
tree40c5f804511e5f754c82b6cd24c2b3fea5e141dd /vcl/osx
parentc567c0cf4484de490c3439d45310a23e77c38f7d (diff)
Replace comment with SAL_FALLTHROUGH
Change-Id: Ibc5937b852ee8220d5d347e18a824df4c97ade40
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/a11yfocustracker.cxx2
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;