summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table/tablepg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/table/tablepg.hxx')
-rw-r--r--sw/source/uibase/table/tablepg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index 6d8a7670fcde..2a01c57a714b 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -61,7 +61,7 @@ class SwFormatTablePage : public SfxTabPage
VclPtr<ListBox> m_pTextDirectionLB;
- SwTableRep* pTblData;
+ SwTableRep* pTableData;
SwTwips nSaveWidth;
SwTwips nMinTableWidth;
bool bModified;
@@ -103,7 +103,7 @@ class SwTableColumnPage : public SfxTabPage
VclPtr<PushButton> m_pUpBtn;
VclPtr<PushButton> m_pDownBtn;
- SwTableRep* pTblData;
+ SwTableRep* pTableData;
PercentField m_aFieldArr[MET_FIELDS];
VclPtr<FixedText> m_pTextArr[MET_FIELDS];
SwTwips nTableWidth;
@@ -111,9 +111,9 @@ class SwTableColumnPage : public SfxTabPage
sal_uInt16 nNoOfCols;
sal_uInt16 nNoOfVisibleCols;
// Remember the width, when switching to autoalign
- sal_uInt16 aValueTbl[MET_FIELDS];// primary assignment of the MetricFields
+ sal_uInt16 aValueTable[MET_FIELDS];// primary assignment of the MetricFields
bool bModified:1;
- bool bModifyTbl:1;
+ bool bModifyTable:1;
bool bPercentMode:1;
void Init(bool bWeb);