summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-03 15:05:16 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-03 15:05:16 +0100
commit1924d05e706e6308b4de3b6103ebb73976866d66 (patch)
tree543f9d97c92b0c9a15160c757b1e45cc608dc1ea
parentremove unused class SwXMLIgnoreSectionListContext (diff)
downloadcore-1924d05e706e6308b4de3b6103ebb73976866d66.tar.gz
core-1924d05e706e6308b4de3b6103ebb73976866d66.zip
RtfAttributeOutput::NumberingLevel: fix indentation
Change-Id: I0b889a5a19842a1daa150777241119a373923b02
-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 816a7e5a6ec9..80959d7fa06a 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -1311,7 +1311,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,true));
if (LANGUAGE_CHINESE_SIMPLIFIED == rlang.GetLanguage())
{
nVal=39;