summaryrefslogtreecommitdiff
path: root/basebmp/inc/basebmp/colorblendaccessoradapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/inc/basebmp/colorblendaccessoradapter.hxx')
-rw-r--r--basebmp/inc/basebmp/colorblendaccessoradapter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basebmp/inc/basebmp/colorblendaccessoradapter.hxx b/basebmp/inc/basebmp/colorblendaccessoradapter.hxx
index 4bb913500bd9..e272dc3a9f0b 100644
--- a/basebmp/inc/basebmp/colorblendaccessoradapter.hxx
+++ b/basebmp/inc/basebmp/colorblendaccessoradapter.hxx
@@ -107,13 +107,13 @@ public:
// -------------------------------------------------------
/// @return constant value, regardless of iterator content
- template< typename IteratorType > value_type operator()(IteratorType const& ) const
+ template< typename IteratorType > value_type operator()(SAL_UNUSED_PARAMETER IteratorType const& ) const
{
return maGetterValue;
}
/// @return constant value, regardless of iterator content
template< typename IteratorType, class Difference >
- value_type operator()(IteratorType const& , Difference const& ) const
+ value_type operator()(SAL_UNUSED_PARAMETER IteratorType const& , SAL_UNUSED_PARAMETER Difference const& ) const
{
return maGetterValue;
}