summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 17:02:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 17:02:53 +0200
commit21fcb2b4a2e4c2c846b9d844434dcd84f8dd728b (patch)
tree75921fa0597d0a8779af41777fb415848687e278 /l10ntools
parentbade0a1517245c6f57caf586de6c9c8bc49ed4b9 (diff)
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: Ib0cb61ce63b065f6e2845ef7e8da0827556110ba
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/export.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx
index f176a42c4845..269a4f22afa1 100644
--- a/l10ntools/source/export.cxx
+++ b/l10ntools/source/export.cxx
@@ -378,7 +378,7 @@ void Export::Execute( int nToken, const char * pToken )
return;
case RSCDEFINE:
bDefine = true; // res. defined in macro
-
+ SAL_FALLTHROUGH;
case RESOURCE:
case RESOURCEEXPR: {
if ( nToken != RSCDEFINE )