Kaydet (Commit) bf298e9e authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I08d6e2cb30c54b9e7b11498850e5f5cd7de1a98d
Reviewed-on: https://gerrit.libreoffice.org/70994
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst e473067c
...@@ -177,7 +177,7 @@ void OInterfaceContainerHelper::copyAndResetInUse() ...@@ -177,7 +177,7 @@ void OInterfaceContainerHelper::copyAndResetInUse()
OSL_ENSURE( bInUse, "OInterfaceContainerHelper not in use" ); OSL_ENSURE( bInUse, "OInterfaceContainerHelper not in use" );
if( bInUse ) if( bInUse )
{ {
// this should be the worst case. If a iterator is active // this should be the worst case. If an iterator is active
// and a new Listener is added. // and a new Listener is added.
if( bIsList ) if( bIsList )
aData.pAsSequence = new Sequence< Reference< XInterface > >( *aData.pAsSequence ); aData.pAsSequence = new Sequence< Reference< XInterface > >( *aData.pAsSequence );
......
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