summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/unit/test_lngmisc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/test_lngmisc.cxx b/svl/qa/unit/test_lngmisc.cxx
index 19efdd74a10c..2e82deac6339 100644
--- a/svl/qa/unit/test_lngmisc.cxx
+++ b/svl/qa/unit/test_lngmisc.cxx
@@ -134,7 +134,7 @@ void LngMiscTest::testReplaceControlChars()
void LngMiscTest::testGetThesaurusReplaceText()
{
- const OUString str2("asdf");
+ constexpr OUString str2(u"asdf"_ustr);
OUString r = linguistic::GetThesaurusReplaceText("");
CPPUNIT_ASSERT(r.isEmpty());