summaryrefslogtreecommitdiff
path: root/writerperfect/source/common
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-22 11:56:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 11:15:33 +0200
commit61e94390a3b86024b76c3418fe8c5e517c5c5123 (patch)
treecf701ad41c465540c90c6548716180bdd44e278f /writerperfect/source/common
parentdfb18a0557d5a897f443fd1f1d617365f6ae134a (diff)
new loplugin simplifyconstruct
no need to init smart pointers with nullptr, they all have default constructors that do this already Change-Id: Ief20c060daa0def8c1aa82f1cf8dc4bc696761e9 Reviewed-on: https://gerrit.libreoffice.org/59818 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerperfect/source/common')
-rw-r--r--writerperfect/source/common/WPXSvInputStream.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx
index f4d4a5593229..a2692bcea395 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -460,8 +460,6 @@ WPXSvInputStreamImpl::WPXSvInputStreamImpl(Reference<XInputStream> const& xStrea
: mxStream(xStream)
, mxSeekable(xStream, UNO_QUERY)
, maData(0)
- , mpOLEStorage(nullptr)
- , mpZipStorage(nullptr)
, mbCheckedOLE(false)
, mbCheckedZip(false)
, mnLength(0)