diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-10 10:25:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-10 10:25:53 +0200 |
commit | 7be068e04fa36f238c26fd6747d66f0a1e01de00 (patch) | |
tree | f4842b674c49a113045b9ed089312fa155736313 /vcl/win | |
parent | 0a5c1be22a88094018e2741b38d743800018ca5e (diff) |
attempt to fix windows build
after commit 924b2923b8b1515a4c37079e72a2a9cc6010a4f4
"V801: Decreased performance"
Change-Id: I32af1195f6e7e1fc4b94487bfbfab669bcad3951
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salbmp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/salbmp.cxx b/vcl/win/source/gdi/salbmp.cxx index 8c81baa7e49e..1b2bef859c73 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; |