cui/qa/unit/cui-dialogs-test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit babee57de8d511ca82842ad098cddb8c335bcdc5
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Nov 20 07:29:47 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Nov 20 10:16:05 2023 +0100

    Extended loplugin:ostr: cui
    
    Change-Id: I2cdd90f8eafab4900c42c706da2abc38077f6103
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159720
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/cui/qa/unit/cui-dialogs-test.cxx b/cui/qa/unit/cui-dialogs-test.cxx
index ac6344fad0ca..a6f0b01d1edb 100644
--- a/cui/qa/unit/cui-dialogs-test.cxx
+++ b/cui/qa/unit/cui-dialogs-test.cxx
@@ -57,8 +57,8 @@ void CuiDialogsTest::initialize()
 void CuiDialogsTest::registerKnownDialogsByID(mapType& rKnownDialogs)
 {
     // fill map of known dialogs
-    rKnownDialogs["cui/ui/formatcellsdialog.ui"] = 0;
-    rKnownDialogs["cui/ui/textdialog.ui"] = 1;
+    rKnownDialogs["cui/ui/formatcellsdialog.ui"_ostr] = 0;
+    rKnownDialogs["cui/ui/textdialog.ui"_ostr] = 1;
 }
 
 VclPtr<VclAbstractDialog> CuiDialogsTest::createDialogByID(sal_uInt32 nID)

Reply via email to