diff options
Diffstat (limited to 'vcl/source/bitmap/bitmap.cxx')
-rw-r--r-- | vcl/source/bitmap/bitmap.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/bitmap/bitmap.cxx b/vcl/source/bitmap/bitmap.cxx index 53b30d0b3114..914e49295524 100644 --- a/vcl/source/bitmap/bitmap.cxx +++ b/vcl/source/bitmap/bitmap.cxx @@ -44,7 +44,6 @@ #include <bitmap/impoctree.hxx> #include <bitmap/Octree.hxx> -#include "impvect.hxx" #include "floyd.hxx" #include <math.h> @@ -1456,11 +1455,6 @@ bool Bitmap::Dither() return true; } -void Bitmap::Vectorize( GDIMetaFile& rMtf, sal_uInt8 cReduce, const Link<tools::Long,void>* pProgress ) -{ - ImplVectorizer::ImplVectorize( *this, rMtf, cReduce, pProgress ); -} - bool Bitmap::Adjust( short nLuminancePercent, short nContrastPercent, short nChannelRPercent, short nChannelGPercent, short nChannelBPercent, double fGamma, bool bInvert, bool msoBrightness ) |