diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-06-04 09:55:00 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-06-04 09:55:00 +0000 |
commit | 36f348fb0bebcbf099be4fddf59380462b39e41a (patch) | |
tree | 037e12a09df710641575f9954de72765bfe2954e /chart2/source/controller/main/CommandDispatchContainer.hxx | |
parent | 8050b0c19a88682fb39741b64e25b214ede62b74 (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.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chart2/source/controller/main/CommandDispatchContainer.hxx b/chart2/source/controller/main/CommandDispatchContainer.hxx index d5828e9f1550..70825ff3930d 100644 --- a/chart2/source/controller/main/CommandDispatchContainer.hxx +++ b/chart2/source/controller/main/CommandDispatchContainer.hxx @@ -44,6 +44,7 @@ namespace chart { +class ChartController; class DrawCommandDispatch; class ShapeController; @@ -81,7 +82,8 @@ public: // itself) explicit CommandDispatchContainer( const ::com::sun::star::uno::Reference< - ::com::sun::star::uno::XComponentContext > & xContext ); + ::com::sun::star::uno::XComponentContext > & xContext, + ChartController* pController ); void setModel( const ::com::sun::star::uno::Reference< @@ -147,6 +149,7 @@ private: ::std::set< ::rtl::OUString > m_aContainerDocumentCommands; + ChartController* m_pChartController; DrawCommandDispatch* m_pDrawCommandDispatch; ShapeController* m_pShapeController; }; |