Kaydet (Commit) 884e970b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused comphelper::isAReference

Change-Id: I7033e1e60f67e93a31d19ea08513982643dd61ae
üst d0f18382
......@@ -69,17 +69,6 @@ namespace comphelper
return _rType.equals(cppu::getTypeFavourUnsigned(pDummy));
}
/** check if a type you have at hand at runtime is equal to another type you have at compile time
*/
template <class TYPE>
bool isAReference(const css::uno::Any& _rVal, TYPE*)
{
return _rVal.getValueType().equals(
cppu::getTypeFavourUnsigned(
static_cast<css::uno::Reference<TYPE>*>(NULL)));
}
/** ask the given object for an XComponent interface and dispose on it
*/
template <class TYPE>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment