diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:02:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:02:53 +0200 |
commit | 21fcb2b4a2e4c2c846b9d844434dcd84f8dd728b (patch) | |
tree | 75921fa0597d0a8779af41777fb415848687e278 /l10ntools | |
parent | bade0a1517245c6f57caf586de6c9c8bc49ed4b9 (diff) |
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: Ib0cb61ce63b065f6e2845ef7e8da0827556110ba
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/export.cxx | 2 |
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 ) |