summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Font.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qt5/Qt5Font.cxx')
-rw-r--r--vcl/qt5/Qt5Font.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qt5/Qt5Font.cxx b/vcl/qt5/Qt5Font.cxx
index be00f7a9ec5f..ee9d339266b2 100644
--- a/vcl/qt5/Qt5Font.cxx
+++ b/vcl/qt5/Qt5Font.cxx
@@ -34,9 +34,9 @@ static QFont::Weight GetQFontWeight(FontWeight eWeight)
case WEIGHT_LIGHT:
return QFont::Light;
case WEIGHT_SEMILIGHT:
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case WEIGHT_DONTKNOW:
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case WEIGHT_NORMAL:
return QFont::Normal;
case WEIGHT_MEDIUM: