summaryrefslogtreecommitdiff
path: root/hwpfilter
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 /hwpfilter
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 'hwpfilter')
-rw-r--r--hwpfilter/source/hbox.cxx1
-rw-r--r--hwpfilter/source/hinfo.cxx1
-rw-r--r--hwpfilter/source/hwpfile.cxx2
3 files changed, 0 insertions, 4 deletions
diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index 7be2c61db81e..200f95b6e609 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -331,7 +331,6 @@ TxtBox::TxtBox()
, type(0)
, nCell(0)
, protect(0)
- , cell(nullptr)
, m_pTable(nullptr)
{
reserved[0] = reserved[1] = 0;
diff --git a/hwpfilter/source/hinfo.cxx b/hwpfilter/source/hinfo.cxx
index d477d845c3b1..7ca6648d8221 100644
--- a/hwpfilter/source/hinfo.cxx
+++ b/hwpfilter/source/hinfo.cxx
@@ -56,7 +56,6 @@ HWPInfo::HWPInfo()
, compressed(0)
, reserved3(0)
, info_block_len(0)
- , info_block(nullptr)
{
back_info.isset = false;
memset(reserved1, 0, sizeof(reserved1));
diff --git a/hwpfilter/source/hwpfile.cxx b/hwpfilter/source/hwpfile.cxx
index b1a4760d7644..223b4bb7a984 100644
--- a/hwpfilter/source/hwpfile.cxx
+++ b/hwpfilter/source/hwpfile.cxx
@@ -49,11 +49,9 @@ HWPFile::HWPFile()
, linenumber(0)
, info_block_len(0)
, error_code(HWP_NoError)
- , oledata(nullptr)
, readdepth(0)
, m_nCurrentPage(1)
, m_nMaxSettedPage(0)
- , hiodev(nullptr)
, currenthyper(0)
{
SetCurrentDoc(this);