filter/source/graphicfilter/idxf/dxfentrd.cxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 034ad80c3451f24efa1986eee3cd195ce6e1050b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jan 17 21:09:04 2017 +0000

    defaults are good enough
    
    Change-Id: I37baafb8a55f3cd0aeb3e4f1633e1bea2bd9b76b

diff --git a/filter/source/graphicfilter/idxf/dxfentrd.cxx 
b/filter/source/graphicfilter/idxf/dxfentrd.cxx
index 28f3a39..2c03206 100644
--- a/filter/source/graphicfilter/idxf/dxfentrd.cxx
+++ b/filter/source/graphicfilter/idxf/dxfentrd.cxx
@@ -410,8 +410,7 @@ DXFLWPolyLineEntity::DXFLWPolyLineEntity() :
     nFlags( 0 ),
     fConstantWidth( 0.0 ),
     fStartWidth( 0.0 ),
-    fEndWidth( 0.0 ),
-    pP( nullptr )
+    fEndWidth( 0.0 )
 {
 }
 
@@ -554,8 +553,7 @@ DXFBoundaryPathData::DXFBoundaryPathData() :
     nSourceBoundaryObjects( 0 ),
     nEdgeCount( 0 ),
     bIsPolyLine( true ),
-    nPointIndex( 0 ),
-    pP( nullptr )
+    nPointIndex( 0 )
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to