diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-18 10:24:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-18 13:16:23 +0200 |
commit | 0572ef356be49b95b22a4794b7937c8c0914468f (patch) | |
tree | 3e6ee889e45f921b310f75972f0629b12609a5e6 /vcl/qa/cppunit/text.cxx | |
parent | 89a80d637e2831d49cdf48921f961b04fd03cffc (diff) |
loplugin:ostr in various
Change-Id: I7aa8ed716998a185996482dc561219b398a1c919
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169080
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/qa/cppunit/text.cxx')
-rw-r--r-- | vcl/qa/cppunit/text.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/text.cxx b/vcl/qa/cppunit/text.cxx index 3cf88138eb29..23c8d5f963c4 100644 --- a/vcl/qa/cppunit/text.cxx +++ b/vcl/qa/cppunit/text.cxx @@ -1024,7 +1024,7 @@ CPPUNIT_TEST_FIXTURE(VclTextTest, testGetRightBottomAlignedMultiLineTextRect) CPPUNIT_TEST_FIXTURE(VclTextTest, testPartialTextArraySizeMatch) { OUString aWater = u"Water"_ustr; - vcl::Font aFont("DejaVu Sans", "Book", Size(0, 2048)); + vcl::Font aFont(u"DejaVu Sans"_ustr, u"Book"_ustr, Size(0, 2048)); ScopedVclPtrInstance<VirtualDevice> pOutDev; pOutDev->SetFont(aFont); |