From 5d87c15ef0935081319afe2400c99df14d9fa258 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 28 Mar 2017 10:00:59 +0100 Subject: ofz#954 out of memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib27f2dfe0d0837544910208f38a1bc11a35e3cb4 Reviewed-on: https://gerrit.libreoffice.org/35794 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/unx/generic/gdi/salbmp.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vcl/unx/generic/gdi') diff --git a/vcl/unx/generic/gdi/salbmp.cxx b/vcl/unx/generic/gdi/salbmp.cxx index 158a2f52d0fc..8301e75774df 100644 --- a/vcl/unx/generic/gdi/salbmp.cxx +++ b/vcl/unx/generic/gdi/salbmp.cxx @@ -896,6 +896,11 @@ bool X11SalBitmap::GetSystemData( BitmapSystemData& rData ) return false; } +bool X11SalBitmap::ScalingSupported() const +{ + return false; +} + bool X11SalBitmap::Scale( const double& /*rScaleX*/, const double& /*rScaleY*/, BmpScaleFlag /*nScaleFlag*/ ) { return false; -- cgit