sc/source/ui/view/tabvwsh3.cxx | 2 +- sd/source/ui/table/tablefunction.cxx | 2 +- sd/source/ui/view/drviews2.cxx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 64c8bf922dbd938f6c53a61410317242cd3962aa Author: Samuel Mehrbrodt <[email protected]> Date: Wed Oct 14 12:41:43 2015 +0200 tdf#95041 Fix sidebar node names Change-Id: I3435de44e04268dc557faedba944c2c33385b89c diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 70ab159..5c7e328 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx @@ -565,7 +565,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq ) // First make sure that the sidebar is visible pThisFrame->ShowChildWindow(SID_SIDEBAR); - ::sfx2::sidebar::Sidebar::ShowPanel("FunctionsPanel", + ::sfx2::sidebar::Sidebar::ShowPanel("ScFunctionsPanel", pThisFrame->GetFrame().GetFrameInterface()); rReq.Done (); } diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index d1f9261..442a686 100644 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -208,7 +208,7 @@ void DrawViewShell::FuTable(SfxRequest& rReq) // First make sure that the sidebar is visible GetViewFrame()->ShowChildWindow(SID_SIDEBAR); ::sfx2::sidebar::Sidebar::ShowPanel( - OUString("ImpressTableDesignPanel"), + OUString("SdTableDesignPanel"), GetViewFrame()->GetFrame().GetFrameInterface()); } diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index 67c4168..59de242 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -175,8 +175,8 @@ #include <memory> namespace { - const char CustomAnimationPanelId[] = "CustomAnimationPanel"; - const char SlideTransitionPanelId[] = "SlideTransitionPanel"; + const char CustomAnimationPanelId[] = "SdCustomAnimationPanel"; + const char SlideTransitionPanelId[] = "SdSlideTransitionPanel"; const char GalleryPanelId[] = "GalleryPanel"; } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
