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>
This commit is contained in:
Varun Dhall
2016-02-25 23:10:50 +05:30
committed by Michael Stahl
parent 8fab3bf913
commit 12f8d5b2d5

View File

@@ -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;