summaryrefslogtreecommitdiff
path: root/sw/inc/txtrfmrk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txtrfmrk.hxx')
-rw-r--r--sw/inc/txtrfmrk.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txtrfmrk.hxx b/sw/inc/txtrfmrk.hxx
index c7507798be87..d60dd47cad4c 100644
--- a/sw/inc/txtrfmrk.hxx
+++ b/sw/inc/txtrfmrk.hxx
@@ -42,7 +42,7 @@ class SwTxtRefMark : public SwTxtAttrEnd
public:
SwTxtRefMark( SwFmtRefMark& rAttr,
- xub_StrLen nStart, xub_StrLen * pEnd = 0 );
+ xub_StrLen const nStart, xub_StrLen const*const pEnd = 0);
virtual xub_StrLen * GetEnd(); // SwTxtAttr
inline const xub_StrLen * GetEnd() const { return m_pEnd; }