summaryrefslogtreecommitdiff
path: root/sw/inc/swserv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swserv.hxx')
-rw-r--r--sw/inc/swserv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swserv.hxx b/sw/inc/swserv.hxx
index 3da7b1a28df4..053912718280 100644
--- a/sw/inc/swserv.hxx
+++ b/sw/inc/swserv.hxx
@@ -36,7 +36,7 @@ protected:
enum ServerModes { BOOKMARK_SERVER, TABLE_SERVER, SECTION_SERVER, NONE_SERVER } eType;
union {
::sw::mark::IMark* pBkmk;
- SwTableNode* pTblNd;
+ SwTableNode* pTableNd;
SwSectionNode* pSectNd;
} CNTNT_TYPE;
@@ -51,7 +51,7 @@ public:
SwServerObject( SwTableNode& rTableNd )
: eType( TABLE_SERVER )
{
- CNTNT_TYPE.pTblNd = &rTableNd;
+ CNTNT_TYPE.pTableNd = &rTableNd;
}
SwServerObject( SwSectionNode& rSectNd )
: eType( SECTION_SERVER )