[Libreoffice-commits] .: svl/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 23 16:50:55 PST 2012
svl/qa/unit/test_URIHelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 79abef83e1356fcadc1c647c181b1f81531c0818
Author: Eike Rathke <erack at redhat.com>
Date: Sat Nov 24 01:50:22 2012 +0100
use LanguageTag
Change-Id: Ifa60bb0fc3cfde40a9a01478cfacf3ba2baba2b9
diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx
index 52828b9..822b5a2 100644
--- a/svl/qa/unit/test_URIHelper.cxx
+++ b/svl/qa/unit/test_URIHelper.cxx
@@ -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;
More information about the Libreoffice-commits
mailing list