[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at iki.fi
Sun Feb 24 08:57:42 PST 2013


 vcl/source/control/scrbar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 80dd07381bc7207520a4b7fb0d06e8cc5583ee76
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Feb 24 18:56:39 2013 +0200

    WaE: unused parameter
    
    Change-Id: I0227762e5755fb073a2b2923fce0cd718460f02d

diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx
index 6b7d3ca..961b052 100644
--- a/vcl/source/control/scrbar.cxx
+++ b/vcl/source/control/scrbar.cxx
@@ -465,7 +465,7 @@ void ScrollBar::ImplCalc( sal_Bool bUpdate )
 
 // -----------------------------------------------------------------------
 
-void ScrollBar::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags )
+void ScrollBar::Draw( OutputDevice* pDev, const Point& rPos, const Size& /* rSize */, sal_uLong nFlags )
 {
     Point       aPos  = pDev->LogicToPixel( rPos );
 


More information about the Libreoffice-commits mailing list