diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-14 12:41:43 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-14 12:42:25 +0200 |
commit | 64c8bf922dbd938f6c53a61410317242cd3962aa (patch) | |
tree | 7b6cadfa972bfa4c7b515b16d37045b5b3e92c11 /sd | |
parent | e75701ce9efba6320ed286ffbe8dd6f87d15b902 (diff) |
tdf#95041 Fix sidebar node names
Change-Id: I3435de44e04268dc557faedba944c2c33385b89c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/table/tablefunction.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index d1f92617f968..442a686ef9c7 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 67c41682501c..59de2423e16c 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"; } |