diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:12:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:12:16 +0200 |
commit | 6bf020fb7ef0a13188ece51d41dd101141b42b41 (patch) | |
tree | 3f80f5f0a586722a935330a8f166e11de2806c63 /sw/source/uibase/uiview/srcview.cxx | |
parent | 8eb8b9c1d27d97c722ecd992521226a7a49d984c (diff) |
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: I0dd8f3c1d9330bc58cf52212c9752adf51444d3d
Diffstat (limited to 'sw/source/uibase/uiview/srcview.cxx')
-rw-r--r-- | sw/source/uibase/uiview/srcview.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx index 37c366f57d96..8e0b6c48fa16 100644 --- a/sw/source/uibase/uiview/srcview.cxx +++ b/sw/source/uibase/uiview/srcview.cxx @@ -593,6 +593,7 @@ void SwSrcView::StartSearchAndReplace(const SvxSearchItem& rSearchItem, break; case SvxSearchCmd::REPLACE_ALL: bAll = true; + SAL_FALLTHROUGH; case SvxSearchCmd::REPLACE: nFound = pTextView->Replace( aSearchOpt, bAll, bForward ); break; |