diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-19 15:24:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-19 19:16:32 +0100 |
commit | f69a5ff7ab8d0b7d166fb59f4717ca06d1d00812 (patch) | |
tree | 5e75c5b203d380ffadbcae1448a1218fa202897a /sw/source | |
parent | 77b6b4a9c2f6125126438b2feb05f547e8e3a6ec (diff) |
CID#1103681 annotate as deliberate fallthrough
Change-Id: I731ea6aca73a81420e3d23cdb504a6151112d9a5
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8atr.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index 00690bd79e3c..1e02d131a585 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -2360,7 +2360,8 @@ void AttributeOutputBase::GetNumberPara( OUString& rStr, const SwField& rFld ) break; default: OSL_ENSURE(rFld.GetFormat() == SVX_NUM_ARABIC, - "Unknown numbering type exported as default\n"); + "Unknown numbering type exported as default of Arabic\n"); + //fallthrough case SVX_NUM_ARABIC: rStr += "\\*Arabic "; break; |