summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 09:37:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 12:24:13 +0200
commit3af36642f1b703b698fe2d53e8c064233dd64de8 (patch)
treee9c0c84e82aa2b60484dd020be53beacba0ed47b /sw/source/filter/ww8/ww8par6.cxx
parenta170f5c4a53f6a02ce9d7bb7458e3677c0d69ad3 (diff)
loplugin:simplifyconstruct in sw
Change-Id: I17c9009637edc04d9d06fa9a0bd19572eefd4fe8 Reviewed-on: https://gerrit.libreoffice.org/60370 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 7844ef2a07e9..51547066ef96 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1821,7 +1821,6 @@ eSurround(( rWW.nSp37 > 1 ) ? css::text::WrapTextMode_DYNAMIC : css::text::WrapT
nXBind(( rWW.nSp29 & 0xc0 ) >> 6),
nYBind(( rWW.nSp29 & 0x30 ) >> 4),
nNewNetWidth(MINFLY),
-xMainTextPos(nullptr),
nLineSpace(0),
bAutoWidth(false),
bToggelPos(false)