diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-12 14:01:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-12 21:36:39 +0100 |
commit | 22fc8c634c5f9b09d45aff0403503f4d8226328d (patch) | |
tree | ccfa6bab78e329b76183db2ecd52b5a1696cef64 /lotuswordpro/inc | |
parent | 10b6a2b2d6a5cb938ead02cba2fa03f748c5f63c (diff) |
ofz#6208 Indirect-leak
Change-Id: I8d6761bd951cc1ddd4a45eabb26428bc40c2271a
Reviewed-on: https://gerrit.libreoffice.org/49600
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 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xfcontent.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/inc/xfilter/xfcontent.hxx b/lotuswordpro/inc/xfilter/xfcontent.hxx index 611f9daaa719..38021b4fcd7a 100644 --- a/lotuswordpro/inc/xfilter/xfcontent.hxx +++ b/lotuswordpro/inc/xfilter/xfcontent.hxx @@ -105,6 +105,7 @@ public: protected: XFContent() : m_bDoingToXml(false) + , m_bInserted(false) { } @@ -115,6 +116,8 @@ protected: OUString m_strStyleName; private: bool m_bDoingToXml; +public: + bool m_bInserted; }; #endif |