WaE: unused parameter
This commit is contained in:
parent
38dd732295
commit
853ced9be9
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue