diff options
Diffstat (limited to 'sd/source/ui')
-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"; } |