summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swtablerep.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swtablerep.hxx')
-rw-r--r--sw/source/uibase/inc/swtablerep.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/swtablerep.hxx b/sw/source/uibase/inc/swtablerep.hxx
index be8d2216dc05..b98e84037816 100644
--- a/sw/source/uibase/inc/swtablerep.hxx
+++ b/sw/source/uibase/inc/swtablerep.hxx
@@ -29,7 +29,7 @@ class SW_DLLPUBLIC SwTableRep
{
TColumn* pTColumns;
- SwTwips nTblWidth;
+ SwTwips nTableWidth;
SwTwips nSpace;
SwTwips nLeftSpace;
SwTwips nRightSpace;
@@ -53,8 +53,8 @@ public:
SwTwips GetRightSpace() const {return nRightSpace;}
void SetRightSpace(SwTwips nSet) {nRightSpace = nSet;}
- SwTwips GetWidth() const {return nTblWidth;}
- void SetWidth(SwTwips nSet) {nTblWidth = nSet;}
+ SwTwips GetWidth() const {return nTableWidth;}
+ void SetWidth(SwTwips nSet) {nTableWidth = nSet;}
sal_uInt16 GetWidthPercent() const {return nWidthPercent;}
void SetWidthPercent(sal_uInt16 nSet) {nWidthPercent = nSet;}