diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-31 18:06:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 10:01:44 +0200 |
commit | 9c9ff9e89fd50223b28f327d3a7e416ab0ae831f (patch) | |
tree | 8990680d8a5ab3cc961c1c3fe50313218f10c7a2 /lotuswordpro/source | |
parent | 6b851810d43e4a9ea8119d97436f658593ff8f1b (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I78339f1df1f0c55c7edaa552940b07d1ada3aeb5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121386
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/lwp9reader.cxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpfilehdr.cxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpobjhdr.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwp9reader.cxx b/lotuswordpro/source/filter/lwp9reader.cxx index c5b24a7edf09..39c753f5ecd2 100644 --- a/lotuswordpro/source/filter/lwp9reader.cxx +++ b/lotuswordpro/source/filter/lwp9reader.cxx @@ -67,7 +67,6 @@ Lwp9Reader::Lwp9Reader(LwpSvStream* pInputStream, IXFStream* pStream) : m_pDocStream(pInputStream) , m_pStream(pStream) , m_pObjMgr(nullptr) - , m_LwpFileHdr() { } diff --git a/lotuswordpro/source/filter/lwpfilehdr.cxx b/lotuswordpro/source/filter/lwpfilehdr.cxx index e0cb0bc5d0cc..f5c7ae89cebd 100644 --- a/lotuswordpro/source/filter/lwpfilehdr.cxx +++ b/lotuswordpro/source/filter/lwpfilehdr.cxx @@ -64,7 +64,6 @@ LwpFileHeader::LwpFileHeader() , m_nAppReleaseNo(0) , m_nRequiredAppRevision(0) , m_nRequiredFileRevision(0) - , m_cDocumentID() , m_nRootIndexOffset(0) { } diff --git a/lotuswordpro/source/filter/lwpobjhdr.cxx b/lotuswordpro/source/filter/lwpobjhdr.cxx index 37e3e077eaa3..d8474525e9f9 100644 --- a/lotuswordpro/source/filter/lwpobjhdr.cxx +++ b/lotuswordpro/source/filter/lwpobjhdr.cxx @@ -64,7 +64,6 @@ LwpObjectHeader::LwpObjectHeader() : m_nTag(0) - , m_ID() , m_nSize(0) , m_bCompressed(false) { |