WaE: unused parameter

This commit is contained in:
Caolán McNamara 2011-04-19 16:41:41 +01:00
parent 38dd732295
commit 853ced9be9

View file

@ -104,7 +104,7 @@ namespace comphelper
/** check if a type you have at hand at runtime is equal to another type you have at compile time
*/
template <class TYPE>
sal_Bool isAReference(const staruno::Any& _rVal, TYPE* pDummy)
sal_Bool isAReference(const staruno::Any& _rVal, TYPE*)
{
return _rVal.getValueType().equals(
cppu::getTypeFavourUnsigned(