diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-12 15:58:17 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-18 17:55:28 +0100 |
commit | c2d87f9f1b078271367d9afc9403a13087e79f5c (patch) | |
tree | 8e67a7769b48f5846c25e237f3bb525789cbc713 /sw/inc | |
parent | 943d9be770e550d20ca72274fa5e914d1f61e605 (diff) |
sw_redlinehide_4b: SwCursorShell::GotoRefMark() check visibility too
As seen in ooo50225-1.sxw.
Change-Id: I9f0bc0838cbf216b9a73e3ce6bc06b4340064077
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 |