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 /sc | |
parent | e75701ce9efba6320ed286ffbe8dd6f87d15b902 (diff) |
tdf#95041 Fix sidebar node names
Change-Id: I3435de44e04268dc557faedba944c2c33385b89c
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 70ab1592ece2..5c7e3284521a 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 (); } |