From dfb2ab0cee2ba04ce8816580447e7db8160ffac4 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 31 Mar 2014 00:28:14 +0200 Subject: add initial code for creating 3D bar shapes Change-Id: I55489fad8723f204003fe502eea5e02de4c8d6ef --- chart2/inc/ChartView.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chart2/inc') diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 045843a74a42..f6252bc4743e 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -200,6 +200,8 @@ private: //methods ChartView(); void createShapes(); + void createShapes3D(); + bool isReal3DChart(); void getMetaFile( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutStream , bool bUseHighContrast ); SdrPage* getSdrPage(); -- cgit