summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/charsets.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 11:30:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 21:23:52 +0200
commitc91a5c71d1696ab30632a2f093eb62ee783c4a65 (patch)
tree31c3cb70497ff4066b4842cbd4ede1b9b90b6f17 /dbaccess/source/ui/misc/charsets.cxx
parentd8a0b3030c3cf7b8883667e2140dc6cbe8eb90f9 (diff)
clang-tidy:readability-redundant-member-init
Change-Id: I94f8272ffbdbf5bc7a4cc31433dc547231fd4392 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121361 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/misc/charsets.cxx')
-rw-r--r--dbaccess/source/ui/misc/charsets.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/charsets.cxx b/dbaccess/source/ui/misc/charsets.cxx
index 86e55b226df0..546d21cb0859 100644
--- a/dbaccess/source/ui/misc/charsets.cxx
+++ b/dbaccess/source/ui/misc/charsets.cxx
@@ -30,8 +30,7 @@ namespace dbaui
// OCharsetDisplay
OCharsetDisplay::OCharsetDisplay()
- : OCharsetMap()
- , m_aSystemDisplayName(DBA_RES( STR_RSC_CHARSETS ))
+ : m_aSystemDisplayName(DBA_RES( STR_RSC_CHARSETS ))
{
}