diff options
author | Michaël Lefèvre <lefevre00@yahoo.fr> | 2015-03-13 15:18:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 20:18:36 +0000 |
commit | c1689141dde7ed7b4a134c63023d4cf4dacb3b24 (patch) | |
tree | d13519e06cb5c85f21b64626a85d3b006be1eaaa /oox | |
parent | 762a23af90a8c29ace60accaadaddf99fbadf7d0 (diff) |
CppCheck cleaning : unnecessary affectation
Change-Id: Ia86b49cb5f643673fd631fb6c654ee587072b123
Reviewed-on: https://gerrit.libreoffice.org/14853
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/table/tableproperties.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; } } |