[Libreoffice-commits] core.git: vcl/win

Noel Grandin noel at peralex.com
Tue Mar 10 01:26:55 PDT 2015


 vcl/win/source/gdi/salbmp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7be068e04fa36f238c26fd6747d66f0a1e01de00
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Mar 10 10:25:15 2015 +0200

    attempt to fix windows build
    
    after commit 924b2923b8b1515a4c37079e72a2a9cc6010a4f4
    "V801: Decreased performance"
    
    Change-Id: I32af1195f6e7e1fc4b94487bfbfab669bcad3951

diff --git a/vcl/win/source/gdi/salbmp.cxx b/vcl/win/source/gdi/salbmp.cxx
index 8c81baa..1b2bef8 100644
--- a/vcl/win/source/gdi/salbmp.cxx
+++ b/vcl/win/source/gdi/salbmp.cxx
@@ -692,7 +692,7 @@ bool WinSalBitmap::Create( const SalBitmap& rSSalBmp, sal_uInt16 nNewBitCount )
 bool WinSalBitmap::Create( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmapCanvas >& xBitmapCanvas, Size& /*rSize*/, bool bMask )
 {
     ::com::sun::star::uno::Reference< ::com::sun::star::beans::XFastPropertySet >
-        xFastPropertySet( rBitmapCanvas, ::com::sun::star::uno::UNO_QUERY );
+        xFastPropertySet( xBitmapCanvas, ::com::sun::star::uno::UNO_QUERY );
 
     if( xFastPropertySet.get() ) {
         ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > args;


More information about the Libreoffice-commits mailing list