From 8e0eb015e74775b9bf02326ffd7b67e83ad6c60d Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 3 Apr 2018 01:05:33 +1000 Subject: vcl: use BitmapEx::Scale() where needed and SetSizePixel() elsewhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If4b2f3c209d1aefbe5756645d448c992387bae16 Reviewed-on: https://gerrit.libreoffice.org/52268 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/vcl/bitmapex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx index c61969869b33..dedd064b17d3 100644 --- a/include/vcl/bitmapex.hxx +++ b/include/vcl/bitmapex.hxx @@ -79,7 +79,7 @@ public: AlphaMask GetAlpha() const; const Size& GetSizePixel() const { return maBitmapSize; } - void SetSizePixel( const Size& rNewSize, BmpScaleFlag nScaleFlag = BmpScaleFlag::Default ); + void SetSizePixel(const Size& rNewSize); const Size& GetPrefSize() const { return maBitmap.GetPrefSize(); } void SetPrefSize( const Size& rPrefSize ) { maBitmap.SetPrefSize( rPrefSize ); } -- cgit