summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-20 19:45:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-20 21:54:35 +0100
commit0453eb32b9055fe27fcb7b9cef22c46d32e59196 (patch)
tree55f0a38801f5af4aa07981d158a28f27aaee058c /lotuswordpro/inc
parentc4934d2affbc272f97cbae3eb15bfcc5af57a1da (diff)
Resolves: tdf#130093 some lwp file not loading
Change-Id: I2be53792f0fadcf1ca0e99c8f9fab7305d0fcddd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87100 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r--lotuswordpro/inc/xfilter/xfcontent.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/lotuswordpro/inc/xfilter/xfcontent.hxx b/lotuswordpro/inc/xfilter/xfcontent.hxx
index 8cb5be5da2c6..ca5bfc4a9da3 100644
--- a/lotuswordpro/inc/xfilter/xfcontent.hxx
+++ b/lotuswordpro/inc/xfilter/xfcontent.hxx
@@ -105,7 +105,6 @@ public:
protected:
XFContent()
: m_bDoingToXml(false)
- , m_bInserted(false)
{
}
@@ -116,8 +115,6 @@ protected:
OUString m_strStyleName;
private:
bool m_bDoingToXml;
-public:
- bool m_bInserted;
};
#endif