summaryrefslogtreecommitdiff
path: root/sw/inc/txttxmrk.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-12-21 16:46:34 +0100
committerMichael Stahl <mst@openoffice.org>2010-12-21 16:46:34 +0100
commitc6d658988ed10b4bdfe4d66b4deb4e1f79df33ff (patch)
tree5b1452266cbffe3601dfcf5c44228998a37b3d35 /sw/inc/txttxmrk.hxx
parent16011587ae9487b7cd6a45f4ae6fdf364ef0b185 (diff)
sw34bf03: #i115315#: make SwTxt{Ref,TOX}Mark parameters const
Diffstat (limited to 'sw/inc/txttxmrk.hxx')
-rw-r--r--sw/inc/txttxmrk.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/txttxmrk.hxx b/sw/inc/txttxmrk.hxx
index efa88329c73b..311432d9287b 100644
--- a/sw/inc/txttxmrk.hxx
+++ b/sw/inc/txttxmrk.hxx
@@ -41,7 +41,8 @@ class SwTxtTOXMark : public SwTxtAttrEnd
xub_StrLen * m_pEnd; // 0 if SwTOXMark without AlternativeText
public:
- SwTxtTOXMark( SwTOXMark& rAttr, xub_StrLen nStart, xub_StrLen * pEnd = 0 );
+ SwTxtTOXMark( SwTOXMark& rAttr,
+ xub_StrLen const nStart, xub_StrLen const*const pEnd = 0);
virtual ~SwTxtTOXMark();
virtual xub_StrLen *GetEnd(); // SwTxtAttr