summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table/swtablerep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/table/swtablerep.cxx')
-rw-r--r--sw/source/uibase/table/swtablerep.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/table/swtablerep.cxx b/sw/source/uibase/table/swtablerep.cxx
index 49fe7168c219..07cbad16a25c 100644
--- a/sw/source/uibase/table/swtablerep.cxx
+++ b/sw/source/uibase/table/swtablerep.cxx
@@ -55,7 +55,7 @@
SwTableRep::SwTableRep( const SwTabCols& rTabCol )
:
- nTblWidth(0),
+ nTableWidth(0),
nSpace(0),
nLeftSpace(0),
nRightSpace(0),
@@ -152,7 +152,7 @@ bool SwTableRep::FillTabCols( SwTabCols& rTabCols ) const
rTabCols[i] = nPos + nLeft;
rTabCols.SetHidden( i, bOld );
}
- rTabCols.SetRight(nLeft + nTblWidth);
+ rTabCols.SetRight(nLeft + nTableWidth);
}
else
{