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/quartz/salbmp.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vcl/quartz/salbmp.cxx') diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx index 014dd34259d9..5d358964e7cd 100644 --- a/vcl/quartz/salbmp.cxx +++ b/vcl/quartz/salbmp.cxx @@ -1048,6 +1048,11 @@ bool QuartzSalBitmap::GetSystemData( BitmapSystemData& rData ) return bRet; } +bool QuartzSalBitmap::ScalingSupported() const +{ + return false; +} + bool QuartzSalBitmap::Scale( const double& /*rScaleX*/, const double& /*rScaleY*/, BmpScaleFlag /*nScaleFlag*/ ) { return false; -- cgit