From d4442ac1ac9aae36dbc08fda8154d71ea0f81708 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 30 May 2018 13:02:25 +0200 Subject: drop Graphic::GetBitmap so that we flush out various code using Bitmap, in favour of using BitmapEx. This is part of the process of making Bitmap largely an internal detail of vcl Change-Id: Iaf2ead5e3d9960838723fb55b812b97108093d74 Reviewed-on: https://gerrit.libreoffice.org/55062 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/graph.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/graph.hxx') diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 8406686c6e09..3eb7c79e7c1e 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -152,7 +152,6 @@ public: // allow giving parameters which control AntiAliasing and LineSnapping of the // MetaFile when played. Defaults will use a no-AAed, not snapped conversion as // before. - Bitmap GetBitmap(const GraphicConversionParameters& rParameters = GraphicConversionParameters()) const; BitmapEx GetBitmapEx(const GraphicConversionParameters& rParameters = GraphicConversionParameters()) const; /// Gives direct access to the contained BitmapEx. const BitmapEx& GetBitmapExRef() const; -- cgit