Kaydet (Commit) d3ffdf5e authored tarafından Andras Timar's avatar Andras Timar

fdo#46410 fix FindRange

Change-Id: I7aada76bc2e8e767f36016eee5e57267b3718b13
üst 7c320e1a
......@@ -389,8 +389,7 @@ void SwEditShell::ApplyAutoMark()
// todo/mba: assuming that notes shouldn't be searched
sal_Bool bSearchInNotes = sal_False;
sal_uLong nRet = Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel,
(FindRanges)(FND_IN_SELALL|FND_IN_BODYONLY|FND_IN_OTHER),
sal_False );
(FindRanges)(FND_IN_SELALL), sal_False );
if(nRet)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment