Author: jsc Date: Thu Mar 20 15:23:37 2014 New Revision: 1579659 URL: http://svn.apache.org/r1579659 Log: remove warning, remove unused parameter variable
Modified: openoffice/trunk/main/comphelper/inc/comphelper/types.hxx Modified: openoffice/trunk/main/comphelper/inc/comphelper/types.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/comphelper/inc/comphelper/types.hxx?rev=1579659&r1=1579658&r2=1579659&view=diff ============================================================================== --- openoffice/trunk/main/comphelper/inc/comphelper/types.hxx (original) +++ openoffice/trunk/main/comphelper/inc/comphelper/types.hxx Thu Mar 20 15:23:37 2014 @@ -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(