From 494f565506013015d9ce4a3010eb3b211557d70f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Mar 2018 10:37:12 +0200 Subject: don't bother dithering for 256bit displays which surely are a minority by now Also drop the GetColorCount() method on OutputDevice and clean up the remaining call sites to use GetBitCount() Change-Id: I4e2c6f2523796f7df7f54eb005f1539e34d9ea40 Reviewed-on: https://gerrit.libreoffice.org/51389 Reviewed-by: Michael Meeks Tested-by: Jenkins --- include/svx/xoutbmp.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx/xoutbmp.hxx') diff --git a/include/svx/xoutbmp.hxx b/include/svx/xoutbmp.hxx index 23249ffb94a1..0f7ae80d95b2 100644 --- a/include/svx/xoutbmp.hxx +++ b/include/svx/xoutbmp.hxx @@ -75,8 +75,6 @@ public: const tools::Rectangle* pWorkRect ); }; -SVX_DLLPUBLIC bool DitherBitmap( Bitmap& rBitmap ); - #endif // INCLUDED_SVX_XOUTBMP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit