Kaydet (Commit) 12f8d5b2 authored tarafından Varun Dhall's avatar Varun Dhall Kaydeden (comit) Michael Stahl

Updated search flag for testSearchWithTransliterate

Change-Id: Ie540aca97cddbd657faae5d15293a922ba5196d5
Reviewed-on: https://gerrit.libreoffice.org/22702Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 8fab3bf9
......@@ -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;
......
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