From 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Sat, 22 Feb 2014 21:20:15 +0100 Subject: Remove unneccessary comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basegfx/source/tools/canvastools.cxx | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'basegfx/source/tools') diff --git a/basegfx/source/tools/canvastools.cxx b/basegfx/source/tools/canvastools.cxx index efcf16c148d0..a08a1779ffdf 100644 --- a/basegfx/source/tools/canvastools.cxx +++ b/basegfx/source/tools/canvastools.cxx @@ -101,8 +101,6 @@ namespace basegfx } } - //--------------------------------------------------------------------------------------- - uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > > bezierSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) { const sal_uInt32 nNumPolies( rPolyPoly.count() ); @@ -119,8 +117,6 @@ namespace basegfx return outputSequence; } - //--------------------------------------------------------------------------------------- - uno::Sequence< uno::Sequence< geometry::RealPoint2D > > pointSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) { const sal_uInt32 nNumPolies( rPolyPoly.count() ); @@ -137,8 +133,6 @@ namespace basegfx return outputSequence; } - //--------------------------------------------------------------------------------------- - uno::Reference< rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolygon( const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice, const ::basegfx::B2DPolygon& rPoly ) { @@ -170,8 +164,6 @@ namespace basegfx return xRes; } - //--------------------------------------------------------------------------------------- - uno::Reference< rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolyPolygon( const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice, const ::basegfx::B2DPolyPolygon& rPolyPoly ) { @@ -204,8 +196,6 @@ namespace basegfx return xRes; } - //--------------------------------------------------------------------------------------- - ::basegfx::B2DPolygon polygonFromPoint2DSequence( const uno::Sequence< geometry::RealPoint2D >& points ) { const sal_Int32 nCurrSize( points.getLength() ); @@ -218,8 +208,6 @@ namespace basegfx return aPoly; } - //--------------------------------------------------------------------------------------- - ::basegfx::B2DPolyPolygon polyPolygonFromPoint2DSequenceSequence( const uno::Sequence< uno::Sequence< geometry::RealPoint2D > >& points ) { ::basegfx::B2DPolyPolygon aRes; @@ -232,8 +220,6 @@ namespace basegfx return aRes; } - //--------------------------------------------------------------------------------------- - ::basegfx::B2DPolygon polygonFromBezier2DSequence( const uno::Sequence< geometry::RealBezierSegment2D >& curves ) { const sal_Int32 nSize(curves.getLength()); @@ -266,8 +252,6 @@ namespace basegfx return aRetval; } - //--------------------------------------------------------------------------------------- - ::basegfx::B2DPolyPolygon polyPolygonFromBezier2DSequenceSequence( const uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > >& curves ) { ::basegfx::B2DPolyPolygon aRes; @@ -280,8 +264,6 @@ namespace basegfx return aRes; } - //--------------------------------------------------------------------------------------- - ::basegfx::B2DPolyPolygon b2DPolyPolygonFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPolygon2D >& xPoly ) { ::basegfx::unotools::UnoPolyPolygon* pPolyImpl = @@ -336,8 +318,6 @@ namespace basegfx } } - //--------------------------------------------------------------------------------------- - ::basegfx::B2DHomMatrix& homMatrixFromAffineMatrix( ::basegfx::B2DHomMatrix& output, const geometry::AffineMatrix2D& input ) { @@ -411,8 +391,6 @@ namespace basegfx return output; } - //--------------------------------------------------------------------------------------- - ::basegfx::B2DHomMatrix& homMatrixFromMatrix( ::basegfx::B2DHomMatrix& output, const geometry::Matrix2D& input ) { @@ -427,8 +405,6 @@ namespace basegfx return output; } - //--------------------------------------------------------------------------------------- - geometry::RealSize2D size2DFromB2DSize( const ::basegfx::B2DVector& rVec ) { return geometry::RealSize2D( rVec.getX(), -- cgit v1.2.3