summaryrefslogtreecommitdiff
path: root/configmgr/source/type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/type.cxx')
-rw-r--r--configmgr/source/type.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/type.cxx b/configmgr/source/type.cxx
index f0d109d74fcc..ab84fcb9c3bb 100644
--- a/configmgr/source/type.cxx
+++ b/configmgr/source/type.cxx
@@ -155,7 +155,7 @@ Type getDynamicType(css::uno::Any const & value) {
return TYPE_HEXBINARY_LIST;
}
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
default:
return TYPE_ERROR;
}