Kaydet (Commit) 79abef83 authored tarafından Eike Rathke's avatar Eike Rathke

use LanguageTag

Change-Id: Ifa60bb0fc3cfde40a9a01478cfacf3ba2baba2b9
üst f3afa63e
......@@ -387,7 +387,7 @@ void Test::testFindFirstURLInText() {
{ "generic:path", 0, 0, 0 },
{ "wfs:", 0, 0, 0 }
};
CharClass charClass( m_context, com::sun::star::lang::Locale("en", "US", ""));
CharClass charClass( m_context, LanguageTag( com::sun::star::lang::Locale("en", "US", "")));
for (std::size_t i = 0; i < SAL_N_ELEMENTS(tests); ++i) {
rtl::OUString input(rtl::OUString::createFromAscii(tests[i].input));
xub_StrLen begin = 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