canvas/source/directx/dx_vcltools.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit bd276bf04ce9441f1546f8ce47a4c6e507ce1974 Author: David Ostrovsky <[email protected]> Date: Sat Feb 20 14:46:37 2016 +0100 werror: declaration of 'nWidth' hides previous declaration Change-Id: Ida3b031f0425aae8d8372410311312b4d7a13d2f Reviewed-on: https://gerrit.libreoffice.org/22683 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Stephan Bergmann <[email protected]> diff --git a/canvas/source/directx/dx_vcltools.cxx b/canvas/source/directx/dx_vcltools.cxx index 3b032cf..fb11fcf 100644 --- a/canvas/source/directx/dx_vcltools.cxx +++ b/canvas/source/directx/dx_vcltools.cxx @@ -201,8 +201,6 @@ namespace dxcanvas "Unsupported alpha scanline format" ); BitmapColor aCol; - const sal_Int32 nWidth( aBmpSize.Width() ); - const sal_Int32 nHeight( aBmpSize.Height() ); sal_uInt8* pCurrOutput( aBmpData.mpBitmapData.get() ); int x, y; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
