Kaydet (Commit) 3ec901fa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)

Change-Id: If5ee201aab8c4451971a11ea7d7ff943c9a1a726
üst 4907188c
......@@ -166,6 +166,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM l
case VK_SPACE:
break;
}
SAL_FALLTHROUGH; //TODO ???
default:
return DefWindowProc(hwnd, message, wParam, lParam);
}
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment