diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/reffld.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/reffld.hxx b/sw/inc/reffld.hxx index 39a2a5c28e11..634642c4a47c 100644 --- a/sw/inc/reffld.hxx +++ b/sw/inc/reffld.hxx @@ -76,7 +76,8 @@ public: static SwTextNode* FindAnchor( SwDoc* pDoc, const OUString& rRefMark, sal_uInt16 nSubType, sal_uInt16 nSeqNo, - sal_Int32* pStt, sal_Int32* pEnd = nullptr ); + sal_Int32* pStt, sal_Int32* pEnd = nullptr, + SwRootFrame const* pLayout = nullptr); }; class SW_DLLPUBLIC SwGetRefField : public SwField |