Apache OpenOffice (AOO) Bugzilla – Issue 122275
[Sidebar] Slide master layout not changing
Last modified: 2013-07-11 14:41:51 UTC
Test Case ID AOOTest-1147 :: Version : 1 View - Master - Slide Master Click on slide Click on layout in sidebar Layout is not applied to current slide Rev. 1479897
ALG: When doing - Start Impress - Choose view/master/Slide Master I have no Layouts panel in Properties sidebar. What I have is a MasterPages SIdebar (also visible when not on MasterPage) to add another MasterPage. -> cannot reproduce.
From test action description: "Switch to Slide Master View. Click on one slide (blank area), then click on one layout in sidebar. -> Specific page layout is applied on current slide, related layout in sidebar is selected."
The described problem has the same root cause as bug 122093: the layout panel can not handle master pages. Therefore it should not be displayed when in master page mode. My fix for bug 122093 seems not to cover all cases. When clicking on the slide sorter and then on the slide in the edit view is not handled properly. The context is DrawPage but should be MasterPage.
"af" committed SVN revision 1481844 into trunk: 122275: Don't show the layout panel for master pages.
Fixed by changing the context that is notified by DrawViewShell::Activate() depending on the edit mode.