summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-10-01 18:15:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-10-02 18:52:11 +0000
commit5961d5a0e543d7af7c2bd269b2627c6f8d67d036 (patch)
treec77d8322fd9dd39565e372c3a65dc81674fec2d3 /sd
parent06f319937187f76ee402d53b3baa78c391c2af19 (diff)
uitest: annotate slidesorter window
Change-Id: Ie8c0cf79b8b92908a001271934a81fa2a2d6e693 Reviewed-on: https://gerrit.libreoffice.org/29447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/framework/factories/BasicViewFactory.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/framework/factories/BasicViewFactory.cxx b/sd/source/ui/framework/factories/BasicViewFactory.cxx
index ceb65bcaef45..5e168420bd46 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;