summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-25 08:38:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-25 08:38:19 +0200
commit3ec901fab2cb3e1a1c8222498761e72c28175bd3 (patch)
treef3e0224ebe751a8009856b1ffd3a6563d212702a /winaccessibility
parent4907188c4abc0dbde5538a4bb1eda27ae95880ea (diff)
Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)
Change-Id: If5ee201aab8c4451971a11ea7d7ff943c9a1a726
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/service/AccContainerEventListener.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/winaccessibility/source/service/AccContainerEventListener.cxx b/winaccessibility/source/service/AccContainerEventListener.cxx
index 194bf3ed0424..1949e94cf184 100644
--- a/winaccessibility/source/service/AccContainerEventListener.cxx
+++ b/winaccessibility/source/service/AccContainerEventListener.cxx
@@ -64,6 +64,7 @@ throw (css::uno::RuntimeException)
break;
case AccessibleEventId::TEXT_CHANGED:
HandleTextChangedEvent(aEvent.OldValue, aEvent.NewValue);
+ SAL_FALLTHROUGH; //TODO ???
case AccessibleEventId::VISIBLE_DATA_CHANGED:
HandleVisibleDataChangedEvent();
break;