summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 13:12:42 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 15:02:41 +0200
commit0ab1e76a29bbd667a208d63e3b6fe207d32d8374 (patch)
tree14bdec6929b8f47b79b43f32d18a0966b5538bf2 /sw/source/filter/ww8/rtfattributeoutput.cxx
parentAutoCorrect methods result in ambiguous overloads (diff)
downloadcore-0ab1e76a29bbd667a208d63e3b6fe207d32d8374.tar.gz
core-0ab1e76a29bbd667a208d63e3b6fe207d32d8374.zip
loplugin:defaultparams
Change-Id: Iaf6415d3b33a4ce195a00913a0df69f1fb794217
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 72edde6d85f0..4e0c0a2f0ddb 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -1298,7 +1298,7 @@ void RtfAttributeOutput::NumberingLevel(sal_uInt8 nLevel,
nVal=35;
if (pOutSet)
{
- const SvxLanguageItem rlang = static_cast<const SvxLanguageItem&>(pOutSet->Get(RES_CHRATR_CJK_LANGUAGE,true));
+ const SvxLanguageItem rlang = static_cast<const SvxLanguageItem&>(pOutSet->Get(RES_CHRATR_CJK_LANGUAGE));
if (LANGUAGE_CHINESE_SIMPLIFIED == rlang.GetLanguage())
{
nVal=39;