From 51599676667b2b6e81e51fc321a19033a3094773 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 13 Aug 2020 08:49:30 +0200 Subject: remove constructor with plain Bitmap from Graphic, use BitmapEx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie429a10a8f54c6779d437ee4bc75a5ea0c427848 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100727 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/vcl/graph.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/vcl/graph.hxx') diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index f6a47e43b8ec..1880041b4ba5 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_GRAPH_HXX -#define INCLUDED_VCL_GRAPH_HXX +#pragma once #include #include @@ -93,7 +92,6 @@ public: Graphic( const GraphicExternalLink& rGraphicLink ); Graphic( const Graphic& rGraphic ); Graphic( Graphic&& rGraphic ) noexcept; - Graphic( const Bitmap& rBmp ); Graphic( const Image& rImage ); Graphic( const BitmapEx& rBmpEx ); Graphic( const std::shared_ptr& rVectorGraphicDataPtr ); @@ -213,6 +211,4 @@ struct hash } // end namespace std -#endif // INCLUDED_VCL_GRAPH_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit