Kaydet (Commit) 2a176fdd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind fix for 32-bit builds

Change-Id: I056fe8fb3e6b87ecae4e07f757c1a9588bbb1c06
üst a3a0eac0
......@@ -128,7 +128,7 @@ void TestTextSearch::testSearches()
CPPUNIT_ASSERT_EQUAL( bStartRes, aRes.startOffset[0] );
CPPUNIT_ASSERT_EQUAL( bEndRes, aRes.endOffset[0] );
aOptions.transliterateFlags = (sal_Int32) (TransliterationFlags::IGNORE_CASE
aOptions.transliterateFlags = (int) (TransliterationFlags::IGNORE_CASE
| TransliterationFlags::IGNORE_WIDTH);
aOptions.searchString = "([^ ]*)[ ]*([^ ]*)";
m_xSearch->setOptions(aOptions);
......
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