summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/ControllerFactory.hxx
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 /include/sfx2/sidebar/ControllerFactory.hxx
parent848f685ae8f614ad62d205ef628f259cafb738b3 (diff)
support more command in chart sidebar
We now have a complete toolbar controller in chart2. Change-Id: I007d9b058e3d6800204ac035cc2aef5e93c1208b
Diffstat (limited to 'include/sfx2/sidebar/ControllerFactory.hxx')
-rw-r--r--include/sfx2/sidebar/ControllerFactory.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/ControllerFactory.hxx b/include/sfx2/sidebar/ControllerFactory.hxx
index 985ee9b5756d..feb40343afcb 100644
--- a/include/sfx2/sidebar/ControllerFactory.hxx
+++ b/include/sfx2/sidebar/ControllerFactory.hxx
@@ -39,6 +39,7 @@ public:
const sal_uInt16 nItemId,
const ::rtl::OUString& rsCommandName,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
+ const css::uno::Reference<css::frame::XController>& rxController,
const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
const sal_Int32 nItemWidth);
@@ -47,6 +48,7 @@ private:
ToolBox* pToolBox,
const ::rtl::OUString& rsCommandName,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
+ const css::uno::Reference<css::frame::XController>& rxController,
const sal_Int32 nWidth);
};