summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-04 05:01:07 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:58:59 +0100
commite8757c22e3fbed05e52442d8c75f603dd6379c31 (patch)
tree60724530ee1e506097132320e5ccac443f83c4a3 /vcl/opengl/salbmp.cxx
parent54c1fac085f93168200ae384109d535fdaaea6f8 (diff)
fix unused parameter warnings
Change-Id: Id7d41ea2bb904d22da2d2e782f139eca87890684
Diffstat (limited to 'vcl/opengl/salbmp.cxx')
-rw-r--r--vcl/opengl/salbmp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index 12ef31c134a0..32a01269342f 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -529,7 +529,7 @@ bool OpenGLSalBitmap::GetSystemData( BitmapSystemData& /*rData*/ )
#endif
}
-bool OpenGLSalBitmap::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag )
+bool OpenGLSalBitmap::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 /*nScaleFlag*/ )
{
SAL_INFO( "vcl.opengl", "::Scale" );
mnWidth *= rScaleX;