summaryrefslogtreecommitdiff
path: root/include/svx/xoutbmp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-16 10:37:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-16 12:07:32 +0100
commit494f565506013015d9ce4a3010eb3b211557d70f (patch)
treec2c01aa6cabb798ba09dd4a2ecec36b15b0676b3 /include/svx/xoutbmp.hxx
parente568d233a3f9cbc926bfa12dac3fbc6d29a4b6c7 (diff)
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 <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/svx/xoutbmp.hxx')
-rw-r--r--include/svx/xoutbmp.hxx2
1 files changed, 0 insertions, 2 deletions
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: */