summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-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 86cf478cf5ad..86ca552355e9 100644
--- a/desktop/source/app/userinstall.cxx
+++ b/desktop/source/app/userinstall.cxx
@@ -154,7 +154,7 @@ Status finalize() {
if (isCreated()) {
return EXISTED;
}
- // fall through
+ SAL_FALLTHROUGH;
case utl::Bootstrap::PATH_VALID:
return create(uri);
default: