summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 17:01:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 17:01:40 +0200
commitb994589cec224de4d0ab33d115c76ada7823921e (patch)
tree2add580cd716ca79f28ccc09317a914dd853e6d9 /hwpfilter
parentf01ba80990c96b8761079c363b87aea676e5acd9 (diff)
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: I41dec58c163bdd33b71b3519fa0fd6eca72faae6
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hcode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hcode.cxx b/hwpfilter/source/hcode.cxx
index 103b343590aa..271eb9dd4209 100644
--- a/hwpfilter/source/hcode.cxx
+++ b/hwpfilter/source/hcode.cxx
@@ -473,7 +473,7 @@ static hchar lineCharConv(hchar ch)
case 0x3060 + '\'' - 31:
case 0x3060 + '\"' - 31:
ch--;
-
+ SAL_FALLTHROUGH;
case 0x3060 + '\'' - 32:
case 0x3060 + '\"' - 32:
case 0x3060 + '{' - 32: