summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarToolBox.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-05 20:11:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-05 23:17:24 +0200
commit5a2a266d4bb493a7e9e71616d567cb4ccdf82269 (patch)
tree45d1ce6e5a24df2d9502f83654300691dc8362bd /sfx2/source/sidebar/SidebarToolBox.cxx
parent848f685ae8f614ad62d205ef628f259cafb738b3 (diff)
support more command in chart sidebar
We now have a complete toolbar controller in chart2. Change-Id: I007d9b058e3d6800204ac035cc2aef5e93c1208b
Diffstat (limited to 'sfx2/source/sidebar/SidebarToolBox.cxx')
-rw-r--r--sfx2/source/sidebar/SidebarToolBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarToolBox.cxx b/sfx2/source/sidebar/SidebarToolBox.cxx
index 18ae5db91a76..ce02e9ebb2ed 100644
--- a/sfx2/source/sidebar/SidebarToolBox.cxx
+++ b/sfx2/source/sidebar/SidebarToolBox.cxx
@@ -140,7 +140,7 @@ void SidebarToolBox::CreateController (
const OUString sCommandName (GetItemCommand(nItemId));
aDescriptor.mxController = sfx2::sidebar::ControllerFactory::CreateToolBoxController(
- this, nItemId, sCommandName, rxFrame,
+ this, nItemId, sCommandName, rxFrame, rxFrame->getController(),
VCLUnoHelper::GetInterface(this), nItemWidth);
if (aDescriptor.mxController.is())
{