summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 11:41:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 14:53:30 +0200
commitd2e4aeb929b346acd0d1a2eaeee7237b89b99474 (patch)
tree1a98a512c8c7a4dc595cd29a0d71c437fb99e36c /sw/source/filter/html/wrthtml.cxx
parent08792a4b332d907c72d1fc7301133f5b306ec8dd (diff)
loplugin:unusedfields in sw part3
Change-Id: I0ee93f4df757d477912de70937ec1dded82c48fb Reviewed-on: https://gerrit.libreoffice.org/39041 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/html/wrthtml.cxx')
-rw-r--r--sw/source/filter/html/wrthtml.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx
index adf1d388912d..cff264ca1bc1 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -138,7 +138,6 @@ SwHTMLWriter::SwHTMLWriter( const OUString& rBaseURL )
, m_bOutFlyFrame( false )
, m_bFirstCSS1Rule( false )
, m_bFirstCSS1Property( false )
- , m_bPoolCollTextModified( false )
, m_bCSS1IgnoreFirstPageDesc( false )
, m_bNoAlign( false )
, m_bClearLeft( false )
@@ -290,7 +289,6 @@ ErrCode SwHTMLWriter::WriteStream()
m_nLeftMargin = m_nDfltLeftMargin = m_nDfltRightMargin = 0;
m_nDfltTopMargin = m_nDfltBottomMargin = 0;
m_nFirstLineIndent = m_nDfltFirstLineIndent = 0;
- m_bPoolCollTextModified = false;
m_bFirstCSS1Property = m_bFirstCSS1Rule = false;
m_bCSS1IgnoreFirstPageDesc = false;
m_nIndentLvl = 0;