summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/wrthtml.hxx')
-rw-r--r--sw/source/filter/html/wrthtml.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index cb7808a8f26d..352c66adf06a 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -503,8 +503,8 @@ public:
void OutNewLine( bool bCheck=false );
// for HTMLSaveData
- SwPaM* GetEndPaM() { return pOrigPam; }
- void SetEndPaM( SwPaM* pPam ) { pOrigPam = pPam; }
+ SwPaM* GetEndPaM() { return m_pOrigPam; }
+ void SetEndPaM( SwPaM* pPam ) { m_pOrigPam = pPam; }
static sal_uInt32 ToPixel( sal_uInt32 nVal, const bool bVert );