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

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Wed Oct 14 04:49:35 PDT 2015


 sd/source/ui/slidesorter/controller/SlsSlotManager.cxx |    2 +-
 sd/source/ui/view/ViewShellImplementation.cxx          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ea11587a750023806a884c2b74ae728fb60340d5
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Wed Oct 14 13:48:46 2015 +0200

    tdf#95041 Fix more sidebar node names
    
    Change-Id: I79e7755ecd6d4e1a331680337742629da52fed0c

diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index 5945a4a..f7638a3 100644
--- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -182,7 +182,7 @@ void SlotManager::FuTemporary (SfxRequest& rRequest)
             // First make sure that the sidebar is visible
             pShell->GetViewFrame()->ShowChildWindow(SID_SIDEBAR);
             ::sfx2::sidebar::Sidebar::ShowPanel(
-                OUString("SlideTransitionPanel"),
+                OUString("SdSlideTransitionPanel"),
                 pShell->GetViewFrame()->GetFrame().GetFrameInterface());
             rRequest.Ignore ();
             break;
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx
index 2dfddca..a9f0412 100644
--- a/sd/source/ui/view/ViewShellImplementation.cxx
+++ b/sd/source/ui/view/ViewShellImplementation.cxx
@@ -122,7 +122,7 @@ void ViewShell::Implementation::ProcessModifyPageSlot (
             // First make sure that the sidebar is visible
             mrViewShell.GetViewFrame()->ShowChildWindow(SID_SIDEBAR);
             sfx2::sidebar::Sidebar::ShowPanel(
-                OUString("ImpressLayoutsPanel"),
+                OUString("SdLayoutsPanel"),
                 mrViewShell.GetViewFrame()->GetFrame().GetFrameInterface());
             break;
         }


More information about the Libreoffice-commits mailing list