https://bugs.documentfoundation.org/show_bug.cgi?id=51566
--- Comment #14 from karl m. <[email protected]> --- fine working workaround to get a "bigger picture" of a draw slide is a macro: Sub SymbolleistenUmschalten() Dim oLayout As Object oLayout = ThisComponent.CurrentController.Frame.LayoutManager oLayout.HideCurrentUI = Not oLayout.HideCurrentUI End Sub by defining a shortcut, you can switch between the large view and the view with sidebars and toolbars. -- You are receiving this mail because: You are the assignee for the bug.
