diff options
-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 ); |