summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
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/writer
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/writer')
-rw-r--r--sw/source/filter/writer/wrtswtbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/writer/wrtswtbl.cxx b/sw/source/filter/writer/wrtswtbl.cxx
index df38952d847f..b059f04eaa5d 100644
--- a/sw/source/filter/writer/wrtswtbl.cxx
+++ b/sw/source/filter/writer/wrtswtbl.cxx
@@ -74,7 +74,7 @@ SwWriteTableCell *SwWriteTableRow::AddCell( const SwTableBox *pBox,
}
SwWriteTableCol::SwWriteTableCol(sal_uInt32 nPosition)
- : nPos(nPosition), nWidthOpt(0), bRelWidthOpt(false), bOutWidth(true),
+ : nPos(nPosition), nWidthOpt(0), bRelWidthOpt(false),
bLeftBorder(true), bRightBorder(true)
{
}