vcl/aqua/source/gdi/salgdicommon.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit bc176aca405954cf098933297e193058f062836f Author: Tor Lillqvist <t...@collabora.com> Date: Thu Dec 26 18:02:53 2013 +0200 WaE: unused variable 'aRefreshRect' (cherry picked from commit 80b6f48d5e86c1489d1ae4a20fd5dcf5c324d33f) Signed-off-by: Tor Lillqvist <t...@collabora.com> Conflicts: vcl/aqua/source/gdi/salgdicommon.cxx Change-Id: I6ecc96a7da2358ff91d4db46b1b07f8e56548f88 Reviewed-on: https://gerrit.libreoffice.org/8754 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/aqua/source/gdi/salgdicommon.cxx b/vcl/aqua/source/gdi/salgdicommon.cxx index eedf607..babdc5f 100644 --- a/vcl/aqua/source/gdi/salgdicommon.cxx +++ b/vcl/aqua/source/gdi/salgdicommon.cxx @@ -719,6 +719,8 @@ void AquaSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) CGContextDrawPath( mrContext, kCGPathStroke ); Rectangle aRefreshRect( nX1, nY1, nX2, nY2 ); + (void) aRefreshRect; + // Is a call to RefreshRect( aRefreshRect ) missing here? } void AquaSalGraphics::drawMask( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap, SalColor nMaskColor )
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits