summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx3
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;