diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2016-02-25 23:10:50 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-29 16:14:02 +0000 |
commit | 12f8d5b2d5ea76b2755cb6fe05f28928aedd148c (patch) | |
tree | a19924363dc5f97b5847e2763ae3462f5321f035 /sw | |
parent | 8fab3bf91331a4ac9e3b8f44a46f579dbf7aeafb (diff) |
Updated search flag for testSearchWithTransliterate
Change-Id: Ie540aca97cddbd657faae5d15293a922ba5196d5
Reviewed-on: https://gerrit.libreoffice.org/22702
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index c2c04c44f4f8..20f09574fc73 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -1824,7 +1824,7 @@ void SwUiWriterTest::testSearchWithTransliterate() pDoc->getIDocumentContentOperations().InsertString(aPaM,"This is Other PARAGRAPH"); css::util::SearchOptions2 SearchOpt; SearchOpt.algorithmType = css::util::SearchAlgorithms_ABSOLUTE; - SearchOpt.searchFlag = 0x00000001; + SearchOpt.searchFlag = css::util::SearchFlags::ALL_IGNORE_CASE; SearchOpt.searchString = "other"; SearchOpt.replaceString.clear(); SearchOpt.changedChars = 0; |