From 47bb6bb78975f0183391a9f40c73238a855cfb67 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 20 Mar 2015 10:53:14 +0100 Subject: someone did not understand c++ Change-Id: I39de4c5a2abb1cc414dd5ff6610269c510da8e85 --- chart2/source/view/inc/PlotterBase.hxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chart2/source/view/inc/PlotterBase.hxx b/chart2/source/view/inc/PlotterBase.hxx index b7515c49860c..8cf01a9bdf61 100644 --- a/chart2/source/view/inc/PlotterBase.hxx +++ b/chart2/source/view/inc/PlotterBase.hxx @@ -67,10 +67,6 @@ public: static bool isValidPosition( const ::com::sun::star::drawing::Position3D& rPos ); -private: //methods - //no default constructor - PlotterBase(); - protected: //methods ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > createGroupShape( const ::com::sun::star::uno::Reference< -- cgit