Kaydet (Commit) f3118889 authored tarafından Pavel Janík's avatar Pavel Janík

Do not name unused arguments to prevent compiler warnings.

üst dd4bed5d
...@@ -96,11 +96,11 @@ bool SalGraphics::drawAlphaBitmap( const SalTwoRect&, ...@@ -96,11 +96,11 @@ bool SalGraphics::drawAlphaBitmap( const SalTwoRect&,
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
bool SalGraphics::drawTransformedBitmap( bool SalGraphics::drawTransformedBitmap(
const basegfx::B2DPoint& rNull, const basegfx::B2DPoint& /* rNull */,
const basegfx::B2DPoint& rX, const basegfx::B2DPoint& /* rX */,
const basegfx::B2DPoint& rY, const basegfx::B2DPoint& /* rY */,
const SalBitmap& rSourceBitmap, const SalBitmap& /* rSourceBitmap */,
const SalBitmap* pAlphaBitmap) const SalBitmap* /* pAlphaBitmap */)
{ {
// here direct support for transformed bitmaps can be impemented // here direct support for transformed bitmaps can be impemented
return false; return false;
......
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