summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlform.cxx')
-rw-r--r--sw/source/filter/html/htmlform.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index 008c5163eb47..a93a7812caf5 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -1585,6 +1585,7 @@ void SwHTMLParser::InsertInput()
case HTML_IT_BUTTON:
bKeepCRLFInValue = true;
+ SAL_FALLTHROUGH;
case HTML_IT_SUBMIT:
case HTML_IT_RESET:
pType = "CommandButton";