vcl/qa/cppunit/a11y/atspi2/atspi2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e64d85c9eb18642ed3a0526f3dd8db9a4b88e629
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Sun Oct 8 15:56:37 2023 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Sun Oct 8 18:44:55 2023 +0200

    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.kagan...@collabora.com>

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.

Reply via email to