summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbcmds.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucbcmds.cxx')
-rw-r--r--ucb/source/core/ucbcmds.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx
index 1fd8f877350b..8df2f9f94b1c 100644
--- a/ucb/source/core/ucbcmds.cxx
+++ b/ucb/source/core/ucbcmds.cxx
@@ -1347,7 +1347,7 @@ void globalTransfer_(
rContext.xProcessor,
rContext.aArg.NameClash ) ),
rContext.xOrigEnv );
- SAL_FALLTHROUGH; // Unreachable
+ [[fallthrough]]; // Unreachable
}
case ucb::NameClash::ERROR:
@@ -1381,7 +1381,7 @@ void globalTransfer_(
case NOT_HANDLED:
// Not handled.
cppu::throwException( aExc );
- SAL_FALLTHROUGH; // break;
+ [[fallthrough]]; // break;
case UNKNOWN:
// Handled, but not clear, how...
@@ -1743,7 +1743,7 @@ void UniversalContentBroker::globalTransfer(
case NOT_HANDLED:
// Not handled.
cppu::throwException( aExc );
- SAL_FALLTHROUGH; // break;
+ [[fallthrough]]; // break;
case UNKNOWN:
// Handled, but not clear, how...