diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-07 22:52:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-08 09:43:46 +0100 |
commit | 5eac2e6bcc11c1a30cb29d2f1e0289e15e8f1d05 (patch) | |
tree | 98ca16dc52ac731403a09a4be8afee1703c29cd9 /vcl | |
parent | 8a4d80bc001483e14945d87118e53f1518a434e8 (diff) |
Remove misguided FALLTHROUGH comments
...between adjacent switch labels without any intervening statements
Change-Id: Ieb8a0d9f71ea4382b5f7d005cdf7111d06aeb5d0
Reviewed-on: https://gerrit.libreoffice.org/64789
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/window/salframe.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 50f9940ae2e9..99f86049c71e 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -5512,7 +5512,6 @@ static LRESULT CALLBACK SalFrameWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LP break; case WM_MOUSEWHEEL: - // FALLTHROUGH intended case WM_MOUSEHWHEEL: // protect against recursion, in case the message is returned // by IE or the external window |