From c73f01822c40d8b7c928e3d6fd0729805cf58c07 Mon Sep 17 00:00:00 2001 From: Gábor Stefanik Date: Sat, 7 Apr 2012 21:18:39 +0200 Subject: Remove unused constructor for ParametricPolyPolygon --- canvas/inc/canvas/parametricpolypolygon.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'canvas/inc') diff --git a/canvas/inc/canvas/parametricpolypolygon.hxx b/canvas/inc/canvas/parametricpolypolygon.hxx index d1f2d8186a3d..16a691637b1f 100644 --- a/canvas/inc/canvas/parametricpolypolygon.hxx +++ b/canvas/inc/canvas/parametricpolypolygon.hxx @@ -144,12 +144,6 @@ namespace canvas double fAspect ); /// Private, because objects can only be created from the static factories - ParametricPolyPolygon( const ::com::sun::star::uno::Reference< - ::com::sun::star::rendering::XGraphicDevice >& rDevice, - const ::basegfx::B2DPolygon& rGradientPoly, - GradientType eType, - const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< double > >& colors, - const ::com::sun::star::uno::Sequence< double >& stops ); ParametricPolyPolygon( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice, const ::basegfx::B2DPolygon& rGradientPoly, -- cgit