WaE: simplify this
This commit is contained in:
@@ -179,13 +179,9 @@ namespace comphelper
|
|||||||
,m_pCurrent(NULL)
|
,m_pCurrent(NULL)
|
||||||
{
|
{
|
||||||
::com::sun::star::uno::Sequence< TYPE > aContainer;
|
::com::sun::star::uno::Sequence< TYPE > aContainer;
|
||||||
#ifdef DBG_UTIL
|
sal_Bool bSuccess = _rSequenceAny >>= aContainer;
|
||||||
sal_Bool bSuccess =
|
|
||||||
#endif
|
|
||||||
_rSequenceAny >>= aContainer;
|
|
||||||
#ifdef DBG_UTIL
|
|
||||||
OSL_ENSURE(bSuccess, "OSequenceIterator::OSequenceIterator: invalid Any!");
|
OSL_ENSURE(bSuccess, "OSequenceIterator::OSequenceIterator: invalid Any!");
|
||||||
#endif
|
(void)bSuccess;
|
||||||
construct(aContainer);
|
construct(aContainer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user