summaryrefslogtreecommitdiff
path: root/i18npool/source/search
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 /i18npool/source/search
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 'i18npool/source/search')
-rw-r--r--i18npool/source/search/textsearch.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx
index 495537d255c0..dc2f6a40529c 100644
--- a/i18npool/source/search/textsearch.cxx
+++ b/i18npool/source/search/textsearch.cxx
@@ -103,10 +103,6 @@ bool isSimpleRegexTrans( TransliterationFlags n )
TextSearch::TextSearch(const Reference < XComponentContext > & rxContext)
: m_xContext( rxContext )
- , pJumpTable( nullptr )
- , pJumpTable2( nullptr )
- , pRegexMatcher( nullptr )
- , pWLD( nullptr )
{
SearchOptions2 aOpt;
aOpt.AlgorithmType2 = SearchAlgorithms2::ABSOLUTE;