diff options
author | Jürgen Schmidt <jsc@apache.org> | 2014-03-20 15:23:37 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2014-03-20 15:23:37 +0000 |
commit | 5f87f63a41d3ed09579c527ee5d6fab0f48785d4 (patch) | |
tree | 9acce92f5ffd1c47a23978fc31aa134bdcf3cf19 /comphelper | |
parent | 34279ea85c33e3efd21971ab692a3de4bdd91817 (diff) |
remove warning, remove unused parameter variable
Notes
Notes:
prefer: 853ced9be97d68eac54982f9327c0d70737236c2
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 3e0483d0a2b9..9bbbcefda095 100644 --- a/comphelper/inc/comphelper/types.hxx +++ b/comphelper/inc/comphelper/types.hxx @@ -99,7 +99,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( |