diff options
author | ka <kai.ahrens@oracle.com> | 2011-03-28 22:51:37 +0200 |
---|---|---|
committer | ka <kai.ahrens@oracle.com> | 2011-03-28 22:51:37 +0200 |
commit | 138363131b880ce647e0e6daf6a6d10d57792ae9 (patch) | |
tree | 1e30d55acc722e6a94a58e691c186af224d02c91 /sw/inc/txttxmrk.hxx | |
parent | 9a4bc0380097f979f2c16c8a23fa7f29ffbc2db0 (diff) | |
parent | 9919bf5722c55c40d8a371c8fb9ae25759a2fdad (diff) |
ka102: rebased to DEV300_m104
Diffstat (limited to 'sw/inc/txttxmrk.hxx')
-rw-r--r-- | sw/inc/txttxmrk.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/txttxmrk.hxx b/sw/inc/txttxmrk.hxx index 29eb7452f1..38809106b2 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 |