summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/CommandDispatchContainer.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2009-04-27 13:39:52 +0000
committerThomas Benisch <tbe@openoffice.org>2009-04-27 13:39:52 +0000
commit960927943f28e17ad0248b3fa160bc55ed120c89 (patch)
treeb7af233ee49e63a852b759e8effd454876d8b766 /chart2/source/controller/main/CommandDispatchContainer.hxx
parentd619f02fc5484198606bcc60c6235701e889ef43 (diff)
#i12587# Inserting/editing arbitrary text objects in chart
Diffstat (limited to 'chart2/source/controller/main/CommandDispatchContainer.hxx')
-rw-r--r--chart2/source/controller/main/CommandDispatchContainer.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/chart2/source/controller/main/CommandDispatchContainer.hxx b/chart2/source/controller/main/CommandDispatchContainer.hxx
index 90b9c94cc5d5..8f310e34a833 100644
--- a/chart2/source/controller/main/CommandDispatchContainer.hxx
+++ b/chart2/source/controller/main/CommandDispatchContainer.hxx
@@ -44,6 +44,8 @@
namespace chart
{
+class DrawCommandDispatch;
+
/** @HTML
Helper class for implementing the <code>XDispatchProvider</code> interface
@@ -119,6 +121,8 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > & xChartController,
const ::com::sun::star::util::URL & rURL );
+ void setDrawCommandDispatch( DrawCommandDispatch* pDispatch );
+
private:
typedef
::std::map< ::rtl::OUString,
@@ -140,6 +144,8 @@ private:
::std::set< ::rtl::OUString > m_aFallbackCommands;
::std::set< ::rtl::OUString > m_aContainerDocumentCommands;
+
+ DrawCommandDispatch* m_pDrawCommandDispatch;
};
} // namespace chart