summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edtox.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-30 12:35:42 +0200
committerNoel Grandin <noel@peralex.com>2016-08-31 10:00:07 +0200
commit7bf9abffb69966882feecca4b35a04722e5b7822 (patch)
tree53736730de90f3167fc264a7133c9c36e079b743 /sw/source/core/edit/edtox.cxx
parent8b52d4e73a06d433d128d61a4939e92e4a497d71 (diff)
convert FindRanges to o3tl::typed_flags_set
Change-Id: I745b2f469e44b79a06a18bc5264aae75b096835c
Diffstat (limited to 'sw/source/core/edit/edtox.cxx')
-rw-r--r--sw/source/core/edit/edtox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/edtox.cxx b/sw/source/core/edit/edtox.cxx
index d1d58f5e3c67..c4756af05c95 100644
--- a/sw/source/core/edit/edtox.cxx
+++ b/sw/source/core/edit/edtox.cxx
@@ -374,7 +374,7 @@ void SwEditShell::ApplyAutoMark()
// todo/mba: assuming that notes shouldn't be searched
bool bSearchInNotes = false;
sal_uLong nRet = Find( aSearchOpt, bSearchInNotes, SwDocPositions::Start, SwDocPositions::End, bCancel,
- (FindRanges)(FND_IN_SELALL) );
+ (FindRanges)(FindRanges::InSelAll) );
if(nRet)
{