summaryrefslogtreecommitdiff
path: root/desktop/source/app/userinstall.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/userinstall.cxx')
-rw-r--r--desktop/source/app/userinstall.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/userinstall.cxx b/desktop/source/app/userinstall.cxx
index d748a948c585..2fa7f5befa69 100644
--- a/desktop/source/app/userinstall.cxx
+++ b/desktop/source/app/userinstall.cxx
@@ -161,7 +161,7 @@ Status finalize() {
if (isCreated()) {
return EXISTED;
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case utl::Bootstrap::PATH_VALID:
return create(uri);
default: