summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-07 09:59:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-07 11:24:19 +0100
commit01872509d4d46e9e86d4371c9ef2034ab4b43fe4 (patch)
tree4877cffb526e260ae5a846a03985722b531ab4e3 /sw/source/ui/table
parentd497d70a9bec0d174696177d93c141387cd0dbd0 (diff)
-Werror,-Wunused-private-field
Change-Id: I4a37e6aacbcce18f17e4b2eebecf43c0b1679f62
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r--sw/source/ui/table/swtablerep.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/table/swtablerep.cxx b/sw/source/ui/table/swtablerep.cxx
index 08d11669843e..4fddcae6b57c 100644
--- a/sw/source/ui/table/swtablerep.cxx
+++ b/sw/source/ui/table/swtablerep.cxx
@@ -55,7 +55,7 @@
#include "swtablerep.hxx"
-SwTableRep::SwTableRep( const SwTabCols& rTabCol, bool bCplx )
+SwTableRep::SwTableRep( const SwTabCols& rTabCol )
:
nTblWidth(0),
nSpace(0),
@@ -63,7 +63,6 @@ SwTableRep::SwTableRep( const SwTabCols& rTabCol, bool bCplx )
nRightSpace(0),
nAlign(0),
nWidthPercent(0),
- bComplex(bCplx),
bLineSelected(sal_False),
bWidthChanged(sal_False),
bColsChanged(sal_False)