From 7e48bcea73a8eceacd708cb7fdeb66264eb602d6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 Sep 2021 08:33:55 +0200 Subject: 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 --- svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx') 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 xControl) , m_pED_Term(nullptr) , m_pED_Mapping(nullptr) , m_pLB_Property(nullptr) - , m_aToBeDeleted() { m_xControl->make_sorted(); } -- cgit v1.2.3