sfx2/source/view/viewfrm.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 52e8b4cae2ee5249e2c3dccecaba4802d0aa50a5
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue May 9 13:05:06 2023 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed May 17 13:21:47 2023 +0200

    navigator: use toggle available for all apps
    
    Change-Id: I3136071ee943b120ebb2ad6491c91d8ebbcd6244
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151573
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151752
    Tested-by: Jenkins

diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index bf42fc5de078..f6e8378290ed 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -3419,8 +3419,7 @@ void SfxViewFrame::ChildWindowExecute( SfxRequest &rReq )
         if (comphelper::LibreOfficeKit::isActive())
         {
             ShowChildWindow(SID_SIDEBAR);
-            OUString panelId = "SdNavigatorPanel";
-            ::sfx2::sidebar::Sidebar::TogglePanel(panelId, 
GetFrame().GetFrameInterface());
+            ::sfx2::sidebar::Sidebar::ShowDeck(u"NavigatorDeck", this, true);
             rReq.Done();
             return;
         }

Reply via email to