Kaydet (Commit) 7be068e0 authored tarafından Noel Grandin's avatar Noel Grandin

attempt to fix windows build

after commit 924b2923
"V801: Decreased performance"

Change-Id: I32af1195f6e7e1fc4b94487bfbfab669bcad3951
üst 0a5c1be2
...@@ -692,7 +692,7 @@ bool WinSalBitmap::Create( const SalBitmap& rSSalBmp, sal_uInt16 nNewBitCount ) ...@@ -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 ) 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 > ::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() ) { if( xFastPropertySet.get() ) {
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > args; ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > args;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment