filter/source/graphicfilter/eps/eps.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ab4a55632b2ed842457e4f4f63fcaa9fdfc315c4
Author: Jochen Nitschke <j.nitschke+loger...@ok.de>
Date:   Sun Jan 22 11:04:39 2017 +0100

    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 <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/filter/source/graphicfilter/eps/eps.cxx 
b/filter/source/graphicfilter/eps/eps.cxx
index 910a9be..7620e19 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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to