[Libreoffice-commits] core.git: sd/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Oct 2 19:11:53 UTC 2016


 sd/source/ui/framework/factories/BasicViewFactory.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5961d5a0e543d7af7c2bd269b2627c6f8d67d036
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Oct 1 18:15:55 2016 +0200

    uitest: annotate slidesorter window
    
    Change-Id: Ie8c0cf79b8b92908a001271934a81fa2a2d6e693
    Reviewed-on: https://gerrit.libreoffice.org/29447
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sd/source/ui/framework/factories/BasicViewFactory.cxx b/sd/source/ui/framework/factories/BasicViewFactory.cxx
index ceb65bc..5e16842 100644
--- a/sd/source/ui/framework/factories/BasicViewFactory.cxx
+++ b/sd/source/ui/framework/factories/BasicViewFactory.cxx
@@ -404,6 +404,7 @@ std::shared_ptr<ViewShell> BasicViewFactory::CreateViewShell (
             &rWindow,
             pFrameView,
             bIsCenterPane);
+        pViewShell->GetContentWindow()->set_id("slidesorter");
     }
 
     return pViewShell;


More information about the Libreoffice-commits mailing list