diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-14 13:48:46 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-14 13:49:13 +0200 |
commit | ea11587a750023806a884c2b74ae728fb60340d5 (patch) | |
tree | a217028ed642b64dcde3b6d9c03ca69d72fe253c /sd | |
parent | f8eaeb8adeccdf304fde0b51bfc2ef3a545e60be (diff) |
tdf#95041 Fix more sidebar node names
Change-Id: I79e7755ecd6d4e1a331680337742629da52fed0c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/ViewShellImplementation.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx index 5945a4a77247..f7638a3e7cd8 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 2dfddca385a9..a9f04122d76e 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; } |