summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-25 23:21:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:22:29 +0000
commit19c3aac98f756f6a9cda44a4cc70a2a924fa85df (patch)
treecb0e1c7f3ad06819b8b96eb6ae434b73f04785c8 /sw/source/filter/ww8/ww8par.hxx
parent1bf97d99e7529f1a69688522ac271636059a3391 (diff)
loplugin:singlevalfields in sw(part2)
Change-Id: Ic1b186c82a6b37ae0cd8028a60e2ad09233d8e5d Reviewed-on: https://gerrit.libreoffice.org/26665 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index aa45c909be29..2c31960d8c43 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -783,7 +783,6 @@ public:
SwSection *mpSection;
SwPageDesc *mpPage;
SvxFrameDirection meDir;
- short mLinkId;
sal_uInt32 nPgWidth;
sal_uInt32 nPgLeft;
@@ -1291,9 +1290,6 @@ private:
sal_uInt8 m_nWwNumType; // outline / number / enumeration
sal_uInt8 m_nListLevel;
- sal_uInt8 m_nPgChpDelim; // ChapterDelim from PageNum
- sal_uInt8 m_nPgChpLevel; // ChapterLevel of Heading from PageNum
-
bool m_bNewDoc; // new document?
bool m_bSkipImages; // skip images for text extraction/indexing
bool m_bReadNoTable; // no tables
@@ -1348,7 +1344,6 @@ private:
bool m_bDropCap;
sal_Int32 m_nDropCap;
- int m_nIdctHint;
bool m_bBidi;
bool m_bReadTable;
std::shared_ptr<SwPaM> m_pTableEndPaM;