From c1689141dde7ed7b4a134c63023d4cf4dacb3b24 Mon Sep 17 00:00:00 2001 From: Michaël Lefèvre Date: Fri, 13 Mar 2015 15:18:14 +0100 Subject: CppCheck cleaning : unnecessary affectation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia86b49cb5f643673fd631fb6c654ee587072b123 Reviewed-on: https://gerrit.libreoffice.org/14853 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- oox/source/drawingml/table/tableproperties.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox') diff --git a/oox/source/drawingml/table/tableproperties.cxx b/oox/source/drawingml/table/tableproperties.cxx index 4de51ee959ce..4bea172e45f9 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; } } -- cgit