summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset/xlat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/fontsubset/xlat.cxx')
-rw-r--r--vcl/source/fontsubset/xlat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/xlat.cxx b/vcl/source/fontsubset/xlat.cxx
index 042d8e79517d..239b1bf0b454 100644
--- a/vcl/source/fontsubset/xlat.cxx
+++ b/vcl/source/fontsubset/xlat.cxx
@@ -66,7 +66,7 @@ void ConverterCache::ensureConverter( int nSelect )
rtl_TextEncoding eRecodeFrom = RTL_TEXTENCODING_UNICODE;
switch( nSelect )
{
- default: nSelect = 1; SAL_FALLTHROUGH; // to unicode recoding
+ default: nSelect = 1; [[fallthrough]]; // to unicode recoding
case 1: eRecodeFrom = RTL_TEXTENCODING_UNICODE; break;
case 2: eRecodeFrom = RTL_TEXTENCODING_SHIFT_JIS; break;
case 3: eRecodeFrom = RTL_TEXTENCODING_GB_2312; break;