summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unotools/source/config/bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index 85a3b5ac44ba..8c2ed4fe4445 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -477,7 +477,7 @@ static Bootstrap::FailureCode describeError(OUStringBuffer& _rBuf, Bootstrap::Im
eErrCode = Bootstrap::INVALID_VERSION_FILE_ENTRY;
break;
}
- else SAL_FALLTHROUGH;
+ SAL_FALLTHROUGH;
case Bootstrap::DATA_MISSING:
switch (_rData.aVersionINI_.status)