summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-22 11:04:39 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-22 13:04:43 +0000
commitab4a55632b2ed842457e4f4f63fcaa9fdfc315c4 (patch)
treee71c014a14df2ef1173984426115d4619b6b1416 /filter
parentffafd5e4a0c02fdcf47674866a9428a2158c0ae4 (diff)
cppcheck: useInitializationList
no need to initialise twice, actually no need to explicit initialise unique_ptr to nullptr Change-Id: Iff213722e22a0056d7e4c635e62437479c021f08 Reviewed-on: https://gerrit.libreoffice.org/33389 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/eps/eps.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/eps/eps.cxx b/filter/source/graphicfilter/eps/eps.cxx
index 910a9bedc1eb..7620e1908571 100644
--- a/filter/source/graphicfilter/eps/eps.cxx
+++ b/filter/source/graphicfilter/eps/eps.cxx
@@ -241,7 +241,6 @@ PSWriter::PSWriter()
, mnTextMode(0)
, mpPS(nullptr)
, pMTF(nullptr)
- , pAMTF(nullptr)
, pVDev()
, nBoundingX2(0)
, nBoundingY2(0)
@@ -276,7 +275,6 @@ PSWriter::PSWriter()
, dwShift(0)
, xStatusIndicator()
{
- pAMTF = nullptr;
}
PSWriter::~PSWriter()