summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-08 19:32:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-09 08:18:01 +0200
commit38a98c2999bb0710e383ab6b326f3aa5165ee035 (patch)
tree03a728287a707c734b12f0c35251dc2fe32d4f0c /helpcompiler
parent278e66488135c8fa2714520d056573c64ea803cf (diff)
loplugin:simplifyconstruct in helpcompiler..io
Change-Id: Ibdc1933b5d8d6be1fe42a7df93bd7e1c903bb39b Reviewed-on: https://gerrit.libreoffice.org/60202 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/inc/HelpLinker.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx
index 366c0a2bf29d..6b338e1eb1e4 100644
--- a/helpcompiler/inc/HelpLinker.hxx
+++ b/helpcompiler/inc/HelpLinker.hxx
@@ -56,7 +56,6 @@ public:
HelpLinker()
: bExtensionMode(false)
- , m_pIndexerPreProcessor(nullptr)
, m_bUseLangRoot(true)
, m_bCreateIndex(true)
{}