summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-26 15:25:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:23:32 +0000
commit82644f5952fa8780ffd590d23b194bf1866ed099 (patch)
treed3ca730a5d7b1c92a96fb344dcb69c10f7881daa /sw/source/core/tox
parentf384ae4c81c2459f9955697ecc36412f7409b936 (diff)
loplugin:singlevalfields in sw(part4)
Change-Id: I73d94ae89edb2e6f37cfa087a0d85b5a90df4a8a Reviewed-on: https://gerrit.libreoffice.org/26679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/core/tox')
-rw-r--r--sw/source/core/tox/tox.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index ee0617d95114..1aa5501e68cf 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -218,7 +218,6 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237#
m_bCommaSeparated(false)
{
//bHasFirstTabPos =
- m_bGenerateTabPos = false;
m_bIsRelTabPos = true;
// The table of contents has a certain number of headlines + headings
@@ -330,7 +329,6 @@ SwForm& SwForm::operator=(const SwForm& rForm)
m_nFormMaxLevel = rForm.m_nFormMaxLevel;
// nFirstTabPos = rForm.nFirstTabPos;
// bHasFirstTabPos = rForm.bHasFirstTabPos;
- m_bGenerateTabPos = rForm.m_bGenerateTabPos;
m_bIsRelTabPos = rForm.m_bIsRelTabPos;
m_bCommaSeparated = rForm.m_bCommaSeparated;
for(sal_uInt16 i=0; i < m_nFormMaxLevel; ++i)