summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r--configmgr/source/components.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index af666ba2b719..e584a3c98589 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -681,7 +681,7 @@ void Components::parseFiles(
if (!recursive) {
return;
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
default:
throw css::uno::RuntimeException(
"cannot open directory " + url);
@@ -846,7 +846,7 @@ void Components::parseXcsXcuIniLayer(
case ':':
case '\\':
prefix.append('\\');
- SAL_FALLTHROUGH;
+ [[fallthrough]];
default:
prefix.append(c);
}