[Libreoffice-commits] core.git: oox/source

Michaël Lefèvre lefevre00 at yahoo.fr
Wed Mar 18 13:18:58 PDT 2015


 oox/source/drawingml/table/tableproperties.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c1689141dde7ed7b4a134c63023d4cf4dacb3b24
Author: Michaël Lefèvre <lefevre00 at yahoo.fr>
Date:   Fri Mar 13 15:18:14 2015 +0100

    CppCheck cleaning : unnecessary affectation
    
    Change-Id: Ia86b49cb5f643673fd631fb6c654ee587072b123
    Reviewed-on: https://gerrit.libreoffice.org/14853
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/oox/source/drawingml/table/tableproperties.cxx b/oox/source/drawingml/table/tableproperties.cxx
index 4de51ee..4bea172 100644
--- a/oox/source/drawingml/table/tableproperties.cxx
+++ b/oox/source/drawingml/table/tableproperties.cxx
@@ -297,7 +297,6 @@ void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBa
     {
         TableStyle* pTableStyle = (TableStyle*)&rTableStyle;
         delete pTableStyle;
-        mbOwnTblStyle = false;
     }
 }
 


More information about the Libreoffice-commits mailing list