diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-24 18:56:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-24 18:56:52 +0200 |
commit | 80dd07381bc7207520a4b7fb0d06e8cc5583ee76 (patch) | |
tree | d5970d3f369f599c3fbf9d186d417397047c737a | |
parent | 4261ddd0082d3a62d0e54dac22f1dbd1d29d095d (diff) |
WaE: unused parameter
Change-Id: I0227762e5755fb073a2b2923fce0cd718460f02d
-rw-r--r-- | vcl/source/control/scrbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx index 6b7d3ca895ae..961b052a9594 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 ); |