summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/itratr.hxx')
-rw-r--r--sw/source/core/text/itratr.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/text/itratr.hxx b/sw/source/core/text/itratr.hxx
index 959436609608..2dddd1265d8c 100644
--- a/sw/source/core/text/itratr.hxx
+++ b/sw/source/core/text/itratr.hxx
@@ -65,7 +65,8 @@ private:
void SeekFwd(sal_Int32 nOldPos, sal_Int32 nNewPos);
void SetFnt( SwFont* pNew ) { m_pFont = pNew; }
- void InitFontAndAttrHandler(SwTextNode const& rTextNode,
+ void InitFontAndAttrHandler(
+ SwTextNode const& rPropsNode, SwTextNode const& rTextNode,
OUString const& rText, bool const* pbVertLayout);
protected: