diff options
Diffstat (limited to 'sw/inc/txttxmrk.hxx')
-rw-r--r-- | sw/inc/txttxmrk.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/txttxmrk.hxx b/sw/inc/txttxmrk.hxx index 96239e947e3b..202eae21a5f5 100644 --- a/sw/inc/txttxmrk.hxx +++ b/sw/inc/txttxmrk.hxx @@ -31,8 +31,10 @@ class SAL_DLLPUBLIC_RTTI SwTextTOXMark final : public SwTextAttrEnd sal_Int32 * m_pEnd; // 0 if SwTOXMark without AlternativeText public: - SwTextTOXMark( SwTOXMark& rAttr, - sal_Int32 const nStart, sal_Int32 const*const pEnd); + SwTextTOXMark( + const SfxPoolItemHolder& rAttr, + sal_Int32 const nStart, + sal_Int32 const*const pEnd); virtual ~SwTextTOXMark() override; virtual const sal_Int32 *GetEnd() const override; // SwTextAttr |