diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:00:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:00:38 +0200 |
commit | 895eaa5b02591f61f2e9c9e7a8dc0a82231477cc (patch) | |
tree | e9a20f64e06a12582ffec8ca4166775c28105a18 /tools | |
parent | b6ecea71bebb3c889cca16cc202cb0d030119c3e (diff) |
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: I28bca2b15cb2d6f521efbcc27e93be2338500489
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index 41761d9724b7..c31e61a429a1 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -1171,6 +1171,7 @@ bool INetURLObject::setAbsURIRef(OUString const & rTheAbsURIRef, break; } } + SAL_FALLTHROUGH; default: { // For INetProtocol::File, allow an empty authority ("//") to be |