diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-25 17:42:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-26 09:56:08 +0200 |
commit | b67f42c4c2906b7059b93d748c8efccd588b1e1c (patch) | |
tree | 5391d1f531a75b3ba8873dda3b0ee71122d8b479 /lotuswordpro/inc | |
parent | 79c9d11d7ae2272f4190292757fef3803c722317 (diff) |
ofz#35646 Indirect-leak
Change-Id: Ie79d9c49b6beef04ab111a63166abc7f093ad36b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121041
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xftable.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/inc/xfilter/xftable.hxx b/lotuswordpro/inc/xfilter/xftable.hxx index f36a1f295be6..ce292f3a258c 100644 --- a/lotuswordpro/inc/xfilter/xftable.hxx +++ b/lotuswordpro/inc/xfilter/xftable.hxx @@ -115,6 +115,8 @@ private: OUString m_strDefCellStyle; OUString m_strDefRowStyle; OUString m_strDefColStyle; + + bool ContainsTable(const XFTable* pTable) const; }; inline void XFTable::SetTableName(const OUString& name) |