diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-10-08 15:56:37 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-10-08 18:44:55 +0200 |
commit | e64d85c9eb18642ed3a0526f3dd8db9a4b88e629 (patch) | |
tree | f61e543801fd5b6f7068e026ec403a91255c97a2 /vcl/qa | |
parent | c78861094f57198f4cd7117a85a5915358742209 (diff) |
Fix build
See e.g. https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/148996/consoleFull#699387013baec2b5c-2b20-4190-a3fa-ceac4be9cf93
> error: use a _ustr user-defined string literal instead of constructing an instance
> of 'rtl::OUString' from a UTF-16 string literal [loplugin:ostr]
Change-Id: Ia813425bc75e4351add73b8665355d02222ccf78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157629
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/a11y/atspi2/atspi2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/a11y/atspi2/atspi2.cxx b/vcl/qa/cppunit/a11y/atspi2/atspi2.cxx index bca752e85cbe..d51ceeaaee81 100644 --- a/vcl/qa/cppunit/a11y/atspi2/atspi2.cxx +++ b/vcl/qa/cppunit/a11y/atspi2/atspi2.cxx @@ -443,7 +443,7 @@ static Atspi::Accessible getDescendentAtPath(const Atspi::Accessible& xAcc, int CPPUNIT_TEST_FIXTURE(Atspi2TestTree, Test1) { - loadFromSrc(u"vcl/qa/cppunit/a11y/atspi2/testdocuments/ecclectic.fodt"); + loadFromSrc(u"vcl/qa/cppunit/a11y/atspi2/testdocuments/ecclectic.fodt"_ustr); /* FIXME: We zoom out for everything to fit in the view not to have off-screen children * that the controller code fails to clean up properly in some situations. |