summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-08 14:56:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-09 13:57:13 +0100
commit4887f9fe2d5bdbf8d760d88a984439efbdf37d5a (patch)
treeb2baedffc8a2039c15ba6947e196a62b56b13869 /writerfilter/source/rtftok/rtfdocumentimpl.cxx
parent9b4d079d578dcb5cdc173e44604e078267ea9840 (diff)
loplugin:unusedfields
Change-Id: Ie8a2c6462ddc708140e725847199c8234ab6b592 Reviewed-on: https://gerrit.libreoffice.org/44528 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.cxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 6f7ee8062fee..7a44e3607043 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -284,10 +284,8 @@ RTFDocumentImpl::RTFDocumentImpl(uno::Reference<uno::XComponentContext> const& x
m_nListPictureId(0),
m_bIsNewDoc(!rMediaDescriptor.getUnpackedValueOrDefault("InsertMode", false)),
m_rMediaDescriptor(rMediaDescriptor),
- m_hasLHeader(false),
m_hasRHeader(false),
m_hasFHeader(false),
- m_hasLFooter(false),
m_hasRFooter(false),
m_hasFFooter(false),
m_bAfterCellBeforeRow(false)