summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarController.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/SidebarController.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/SidebarController.cxx')
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index c7c40f754af2..6482717b00cc 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -669,7 +669,7 @@ void SidebarController::SwitchToDeck (
{
pTitleBar->SetMoreOptionsCommand(
rPanelContexDescriptor.msMenuCommand,
- mxFrame);
+ mxFrame, xController);
}
++nWriteIndex;