Kaydet (Commit) 80dd0738 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter

Change-Id: I0227762e5755fb073a2b2923fce0cd718460f02d
üst 4261ddd0
...@@ -465,7 +465,7 @@ void ScrollBar::ImplCalc( sal_Bool bUpdate ) ...@@ -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 ); Point aPos = pDev->LogicToPixel( rPos );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment