diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-19 16:41:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 15:23:38 +0100 |
commit | 853ced9be97d68eac54982f9327c0d70737236c2 (patch) | |
tree | 706df5a04c8a7ec720547f622a87940520cb15fb /comphelper | |
parent | 38dd732295241b06a86a9a06ff316ea2ed0550b1 (diff) |
WaE: unused parameter
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/types.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/types.hxx b/comphelper/inc/comphelper/types.hxx index 46020e64dd29..dfa1565c4493 100644 --- a/comphelper/inc/comphelper/types.hxx +++ b/comphelper/inc/comphelper/types.hxx @@ -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( |