oox/source/drawingml/table/tableproperties.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit c1689141dde7ed7b4a134c63023d4cf4dacb3b24 Author: Michaël Lefèvre <lefevr...@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 <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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; } }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits