summaryrefslogtreecommitdiff
path: root/svl/qa
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-11-24 01:50:22 +0100
committerEike Rathke <erack@redhat.com>2012-11-24 01:50:34 +0100
commit79abef83e1356fcadc1c647c181b1f81531c0818 (patch)
tree86af81d20edbefe01f15627a72465186143618ea /svl/qa
parentf3afa63ef9f4e28c89bf8ee777724ccd1059bd4a (diff)
use LanguageTag
Change-Id: Ifa60bb0fc3cfde40a9a01478cfacf3ba2baba2b9
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/unit/test_URIHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx
index 52828b99a8e6..822b5a212e01 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;