summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf/parrtf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svrtf/parrtf.cxx')
-rw-r--r--svtools/source/svrtf/parrtf.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 26461f600137..7edaafa4481c 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -467,8 +467,9 @@ void SvRTFParser::ScanText()
}
break;
- case sal_Unicode(EOF): eState = SVPAR_ERROR;
- // continue
+ case sal_Unicode(EOF):
+ eState = SVPAR_ERROR;
+ SAL_FALLTHROUGH;
case '{':
case '}':
bContinue = false;