sd/qa/unit/uiimpress.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7007d4e19d16a14b9db1bf3655a621b19e48f87
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Jul 14 20:07:56 2025 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jul 15 08:37:41 2025 +0200

    fix CppunitTest_sd_uiimpress
    
    the "tdf#3166849 moving slide with keyboard does not update display"
    of cc99f7736e10c8290d34eeb96aa6a3b7fd63a212 includes this fix
    for this test which wasn't in the backport
    
    Change-Id: Iba4d2c4201032335d3255085123ca0ed9ae9dbe8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187874
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sd/qa/unit/uiimpress.cxx b/sd/qa/unit/uiimpress.cxx
index 1b15ae494c24..114e8c48b6d9 100644
--- a/sd/qa/unit/uiimpress.cxx
+++ b/sd/qa/unit/uiimpress.cxx
@@ -255,7 +255,7 @@ CPPUNIT_TEST_FIXTURE(SdUiImpressTest, 
testDocumentStructureTransformExtractSlide
           "\"Click to add Text\"]}}}, \"Objects 3\": { \"TextCount\": 1, 
\"Texts\": { \"Text 0\": "
           "{ \"ParaCount\": 1, \"Paragraphs\": [ \"Click to add Text\"]}}}, 
\"Objects 4\": { "
           "\"TextCount\": 1, \"Texts\": { \"Text 0\": { \"ParaCount\": 1, 
\"Paragraphs\": [ "
-          "\"Click to add Text\"]}}}}}, \"Slide 4\": { \"SlideName\": \"Slide 
6\", "
+          "\"Click to add Text\"]}}}}}, \"Slide 4\": { \"SlideName\": \"Slide 
5\", "
           "\"MasterSlideName\": \"Topic_Separator_Purple\", \"LayoutId\": 3, 
\"LayoutName\": "
           "\"AUTOLAYOUT_TITLE_2CONTENT\", \"ObjectCount\": 1, \"Objects\": { 
\"Objects 0\": { "
           "\"TextCount\": 1, \"Texts\": { \"Text 0\": { \"ParaCount\": 1, 
\"Paragraphs\": [ \"With "

Reply via email to