summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-03 08:33:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-03 11:33:01 +0200
commit7e48bcea73a8eceacd708cb7fdeb66264eb602d6 (patch)
tree542361b76825d90a534591af16deaa42e72e18ee /svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
parentf35b9909070919013a753c382bff52614403c7a2 (diff)
clang-tidy:readability-redundant-member-init
Change-Id: I47cc5416e853260d92b8b2c57b1c223d1f21df0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121544 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx')
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
index 6dc50fd1900f..6e164ff56ed8 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
@@ -43,7 +43,6 @@ DictionaryList::DictionaryList(std::unique_ptr<weld::TreeView> xControl)
, m_pED_Term(nullptr)
, m_pED_Mapping(nullptr)
, m_pLB_Property(nullptr)
- , m_aToBeDeleted()
{
m_xControl->make_sorted();
}