From 924b2923b8b1515a4c37079e72a2a9cc6010a4f4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 9 Mar 2015 16:52:13 +0000 Subject: V801: Decreased performance Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d --- vcl/inc/quartz/salbmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/quartz') diff --git a/vcl/inc/quartz/salbmp.h b/vcl/inc/quartz/salbmp.h index 1be7b0da5cd9..9c2209d32e63 100644 --- a/vcl/inc/quartz/salbmp.h +++ b/vcl/inc/quartz/salbmp.h @@ -61,7 +61,7 @@ public: bool Create( const SalBitmap& rSalBmp ) SAL_OVERRIDE; bool Create( const SalBitmap& rSalBmp, SalGraphics* pGraphics ) SAL_OVERRIDE; bool Create( const SalBitmap& rSalBmp, sal_uInt16 nNewBitCount ) SAL_OVERRIDE; - virtual bool Create( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmapCanvas > xBitmapCanvas, + virtual bool Create( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmapCanvas >& rBitmapCanvas, Size& rSize, bool bMask = false ) SAL_OVERRIDE; -- cgit