diff options
Diffstat (limited to 'svtools/source/svrtf/parrtf.cxx')
-rw-r--r-- | svtools/source/svrtf/parrtf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx index bd8568b1194c..c97625d67d58 100644 --- a/svtools/source/svrtf/parrtf.cxx +++ b/svtools/source/svrtf/parrtf.cxx @@ -488,7 +488,7 @@ void SvRTFParser::ScanText() case sal_Unicode(EOF): eState = SvParserState::Error; - SAL_FALLTHROUGH; + [[fallthrough]]; case '{': case '}': bContinue = false; |