summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/physicalfontcollection.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-05-03 11:51:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-05-04 10:01:33 +0200
commitbf6b64d5963002d52c3ed2093b064896a4316d0e (patch)
treef38cc694ab887f63e4cf41eaaf4f57d61cba31fd /vcl/qa/cppunit/physicalfontcollection.cxx
parent8342e4a5c7bd436f869e6c1c23d248556087ebdf (diff)
use more string_view in unotools
Change-Id: Id10d68f2eb016671be6842dfaa82909207b0708d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133754 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/qa/cppunit/physicalfontcollection.cxx')
-rw-r--r--vcl/qa/cppunit/physicalfontcollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/physicalfontcollection.cxx b/vcl/qa/cppunit/physicalfontcollection.cxx
index 7df20ce76b66..0d79c0f8fde5 100644
--- a/vcl/qa/cppunit/physicalfontcollection.cxx
+++ b/vcl/qa/cppunit/physicalfontcollection.cxx
@@ -146,7 +146,7 @@ void VclPhysicalFontCollectionTest::testShouldFindFontFamilyByTokenNames()
sTokenNames += GetEnglishSearchFontName(u"Test 2");
vcl::font::PhysicalFontFamily* pFontFamily
- = aFontCollection.FindFontFamilyByTokenNames("Test Font Family Name");
+ = aFontCollection.FindFontFamilyByTokenNames(u"Test Font Family Name");
CPPUNIT_ASSERT_MESSAGE("Did not find the font family", pFontFamily);
CPPUNIT_ASSERT_EQUAL_MESSAGE("Font family name incorrect",
GetEnglishSearchFontName(u"Test Font Family Name"),