diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-28 07:21:34 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-01-29 08:09:22 +0100 |
commit | 8cfcdfecf0bb8e613a92f526969527a3b2f8e587 (patch) | |
tree | 34ecabc523b5d7db900680e86d837de83707f9fd /chart2/inc | |
parent | 9fba518fde67f2056336aea985ec6de6f8fb906e (diff) |
make it easier to draw with all properties
Change-Id: Ia563f703d5bc622f9577fee177b4f558c100be87
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 2731d2d2fcd3..80ef459e09fb 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -202,6 +202,8 @@ private: //member m_xShapeFactory; ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage> m_xDrawPage; + ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > + mxRootShape; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xDashTable; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xGradientTable; |