sw/qa/extras/uiwriter/uiwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 12f8d5b2d5ea76b2755cb6fe05f28928aedd148c Author: Varun Dhall <varun.dh...@studentpartner.com> Date: Thu Feb 25 23:10:50 2016 +0530 Updated search flag for testSearchWithTransliterate Change-Id: Ie540aca97cddbd657faae5d15293a922ba5196d5 Reviewed-on: https://gerrit.libreoffice.org/22702 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Michael Stahl <mst...@redhat.com> diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index c2c04c4..20f0957 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits