WaE: simplify this
This commit is contained in:
parent
26c8682631
commit
d33d12bae7
1 changed files with 2 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue