vcl/source/window/window.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 0abc9bb2fa280164372b4779e6af9c3d992951b6
Author: Tor Lillqvist <t...@collabora.com>
Date:   Sat Mar 22 15:00:01 2014 +0200

    WaE: unused variable 'aSrcOutRect'
    
    Change-Id: Ic64d9e3be43b3ad1751070242fc3ad9f7b35a92a

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 8c8106f..857cd1cf 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -423,8 +423,6 @@ bool Window::ImplInitGraphics() const
 void Window::CopyAreaFinal( SalTwoRect& aPosAry, sal_uInt32 nFlags )
 {
 
-    const Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ),
-                                 Size( mnOutWidth, mnOutHeight ) );
     const Rectangle aSrcRect   ( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ),
                                  Size( aPosAry.mnSrcWidth, aPosAry.mnSrcHeight 
) );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to