Add SAL_FALLTHROUGH, where apparently appropriate

Change-Id: I28bca2b15cb2d6f521efbcc27e93be2338500489
This commit is contained in:
Stephan Bergmann
2016-05-10 17:00:38 +02:00
parent b6ecea71be
commit 895eaa5b02

View File

@@ -1171,6 +1171,7 @@ bool INetURLObject::setAbsURIRef(OUString const & rTheAbsURIRef,
break; break;
} }
} }
SAL_FALLTHROUGH;
default: default:
{ {
// For INetProtocol::File, allow an empty authority ("//") to be // For INetProtocol::File, allow an empty authority ("//") to be