diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-19 16:25:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-19 18:43:50 -0400 |
commit | 133b7b935ccf09afbe40649c5781c225ee3ac757 (patch) | |
tree | fb97bba3d625db5e22e69977a495155af4e3126a /chart2/inc | |
parent | db51e40450959cbd5557034663a65f973be1a167 (diff) |
Move the "MarkHandles" shape object to CreateShapeParam2D.
Change-Id: I66843ca4ded3b69cb7f5256c94566c8f5d2de31c
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 7019187d5d1c..1d9041474525 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -225,8 +225,7 @@ private: //methods ::com::sun::star::awt::Rectangle impl_createDiagramAndContent( SeriesPlotterContainer& rSeriesPlotterContainer , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes>& xDiagramPlusAxes_Shapes , const CreateShapeParam2D& rParam - , const ::com::sun::star::awt::Size& rPageSize - , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape>& xDiagram_MarkHandles ); + , const ::com::sun::star::awt::Size& rPageSize ); DECL_LINK( UpdateTimeBased, void* ); |