WaE: simplify this

This commit is contained in:
Caolán McNamara 2011-04-19 10:35:24 +01:00
parent 26c8682631
commit d33d12bae7

View file

@ -179,13 +179,9 @@ namespace comphelper
,m_pCurrent(NULL)
{
::com::sun::star::uno::Sequence< TYPE > aContainer;
#ifdef DBG_UTIL
sal_Bool bSuccess =
#endif
_rSequenceAny >>= aContainer;
#ifdef DBG_UTIL
sal_Bool bSuccess = _rSequenceAny >>= aContainer;
OSL_ENSURE(bSuccess, "OSequenceIterator::OSequenceIterator: invalid Any!");
#endif
(void)bSuccess;
construct(aContainer);
}