diff options
Diffstat (limited to 'sw/inc/txtrfmrk.hxx')
-rw-r--r-- | sw/inc/txtrfmrk.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/txtrfmrk.hxx b/sw/inc/txtrfmrk.hxx index ae944f96f7ff..b4f560c8ba5b 100644 --- a/sw/inc/txtrfmrk.hxx +++ b/sw/inc/txtrfmrk.hxx @@ -35,8 +35,7 @@ public: SwTxtRefMark( SwFmtRefMark& rAttr, sal_Int32 const nStart, sal_Int32 const*const pEnd = 0); - virtual sal_Int32 * GetEnd(); // SwTxtAttr - inline const sal_Int32 * GetEnd() const { return m_pEnd; } + virtual sal_Int32* GetEnd(); // SwTxtAttr // get and set TxtNode pointer inline const SwTxtNode& GetTxtNode() const; |