From 1a3c99f2c31dbc4dd6b3b5788ea0b49a34bea2c6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 4 Apr 2015 15:33:20 +0100 Subject: callcatcher: update unusedcode mostly changed due to loplugin:constantfunction Change-Id: Ib677c78db256f8032a99b3f02a3e363fee68ebcc --- vcl/source/gdi/impvect.hxx | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) (limited to 'vcl/source/gdi/impvect.hxx') diff --git a/vcl/source/gdi/impvect.hxx b/vcl/source/gdi/impvect.hxx index 0051bef68bab..4e1ec38b7b17 100644 --- a/vcl/source/gdi/impvect.hxx +++ b/vcl/source/gdi/impvect.hxx @@ -24,30 +24,12 @@ #include // - Vectorizer - - -class BitmapReadAccess; -class ImplChain; -class ImplVectMap; - -class ImplVectorizer +namespace ImplVectorizer { -private: - - static ImplVectMap* ImplExpand( BitmapReadAccess* pRAcc, const Color& rColor ); - static void ImplCalculate( ImplVectMap* pMap, tools::PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFlags ); - static bool ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain ); - static bool ImplIsUp( ImplVectMap* pMap, long nY, long nX ); - static void ImplLimitPolyPoly( tools::PolyPolygon& rPolyPoly ); - -public: - - ImplVectorizer(); - ~ImplVectorizer(); - - static bool ImplVectorize( const Bitmap& rColorBmp, GDIMetaFile& rMtf, - sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ); - static bool ImplVectorize( const Bitmap& rMonoBmp, tools::PolyPolygon& rPolyPoly, - sal_uLong nFlags, const Link* pProgress ); + bool ImplVectorize( const Bitmap& rColorBmp, GDIMetaFile& rMtf, + sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ); + bool ImplVectorize( const Bitmap& rMonoBmp, tools::PolyPolygon& rPolyPoly, + sal_uLong nFlags, const Link* pProgress ); }; #endif -- cgit