summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-09 19:42:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 08:48:08 +0200
commita6a5064c371017676f606a7a2823214146003572 (patch)
tree6b0f71af7a1fc636f113b87d2a11b6eb01e5bb5c /sc/source/filter/oox
parentefe119aaa50e9f532b3fac1ef153469c80f24b80 (diff)
loplugin:simplifyconstruct in sc
Change-Id: I1f67cef740eb946fea9097e6f62085d25b1e891b Reviewed-on: https://gerrit.libreoffice.org/60225 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/oox')
-rw-r--r--sc/source/filter/oox/extlstcontext.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/filter/oox/extlstcontext.cxx b/sc/source/filter/oox/extlstcontext.cxx
index 1a890d915d41..ebf2e06e9955 100644
--- a/sc/source/filter/oox/extlstcontext.cxx
+++ b/sc/source/filter/oox/extlstcontext.cxx
@@ -78,8 +78,7 @@ void ExtCfRuleContext::onStartElement( const AttributeList& rAttribs )
}
ExtConditionalFormattingContext::ExtConditionalFormattingContext(WorksheetContextBase& rFragment):
- WorksheetContextBase(rFragment),
- mpCurrentRule(nullptr)
+ WorksheetContextBase(rFragment)
{
}