summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 09:15:32 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:44 +0200
commit3d614a639e8b46f9197cd0d74c306fcfa9bb7e45 (patch)
tree687e94210ff83940f2d8313f76e9a0fde1e556e4 /writerfilter
parentfa12df37f42994cd172ec62be936e84ab01a6cf7 (diff)
loplugin: defaultparams
Change-Id: If1d183f32079548645b4974a16161dc997c026b7
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index d398153a2c64..b030d3d8e2e7 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -4708,7 +4708,7 @@ RTFError RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, int nParam)
// It turns out \li should reset the \fi inherited from the stylesheet.
// So set the direct formatting to zero, if we don't have such direct formatting yet.
lcl_putNestedAttribute(m_aStates.top().aParagraphSprms, NS_ooxml::LN_CT_PPrBase_ind, NS_ooxml::LN_CT_Ind_firstLine, std::make_shared<RTFValue>(0),
- RTFOverwrite::NO_IGNORE, /*bAttribute=*/true);
+ RTFOverwrite::NO_IGNORE);
}
break;
case RTF_RI: