diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-30 16:00:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-30 16:02:59 +0100 |
commit | 2bb444ecb10436b640c1dc35e85cdcb512c8dff6 (patch) | |
tree | da3c082afa4e59a36c5bbf5f98e9867aea144abd /oox/inc | |
parent | 4d28399ccdeeb43655aba89f14c58b26d379c780 (diff) |
see if a re-org will silence coverity#1272392 Resource leak
Change-Id: I65c20f75c4086dc5167c6fa41b0171f07c1419bb
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/table/tableproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/table/tableproperties.hxx b/oox/inc/drawingml/table/tableproperties.hxx index ea03f7509adb..eb3ba78cd017 100644 --- a/oox/inc/drawingml/table/tableproperties.hxx +++ b/oox/inc/drawingml/table/tableproperties.hxx @@ -57,7 +57,7 @@ public: private: - const TableStyle& getUsedTableStyle( const ::oox::core::XmlFilterBase& rFilterBase, bool &isCreateTabStyle); + const TableStyle& getUsedTableStyle(const ::oox::core::XmlFilterBase& rFilterBase, TableStyle*& rTableStyleToDelete); OUString maStyleId; // either StyleId is available boost::shared_ptr< TableStyle > mpTableStyle; // or the complete TableStyle |