Typo: multible->multiple
Change-Id: I1c61841be58d49132ac3c69a6b227d75e829f769 Reviewed-on: https://gerrit.libreoffice.org/23972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
efa2698299
commit
297fd836b7
5 changed files with 5 additions and 5 deletions
|
@ -146,7 +146,7 @@ void OComponentHelper::dispose()
|
|||
// Make it robust, hold a self Reference.
|
||||
Reference<XComponent > xSelf( this );
|
||||
|
||||
// Guard dispose against multible threading
|
||||
// Guard dispose against multiple threading
|
||||
// Remark: It is an error to call dispose more than once
|
||||
bool bDoDispose = false;
|
||||
{
|
||||
|
|
|
@ -1129,7 +1129,7 @@ void test_PropertySetHelper()
|
|||
OSL_ENSURE( pPS_L->nCount == pPS_L->nCurrent, "not all listeners called" );
|
||||
|
||||
|
||||
//vetoable exception with multible
|
||||
//vetoable exception with multiple
|
||||
szPN[0] = "INT16";
|
||||
szPN[1] = "INT16";
|
||||
pPS->nINT32 = 0;
|
||||
|
|
|
@ -123,7 +123,7 @@ void SvxDrawPage::dispose()
|
|||
// Make it robust, hold a self Reference.
|
||||
uno::Reference< lang::XComponent > xSelf( this );
|
||||
|
||||
// Guard dispose against multible threading
|
||||
// Guard dispose against multiple threading
|
||||
// Remark: It is an error to call dispose more than once
|
||||
bool bDoDispose = false;
|
||||
{
|
||||
|
|
|
@ -141,7 +141,7 @@ void SvxShapeCollection::dispose()
|
|||
// Make it robust, hold a self Reference.
|
||||
uno::Reference< lang::XComponent > xSelf( this );
|
||||
|
||||
// Guard dispose against multible threading
|
||||
// Guard dispose against multiple threading
|
||||
// Remark: It is an error to call dispose more than once
|
||||
bool bDoDispose = false;
|
||||
{
|
||||
|
|
|
@ -662,7 +662,7 @@ void UnoControl::ImplModelPropertiesChanged( const Sequence< PropertyChangeEvent
|
|||
void UnoControl::disposing( const EventObject& rEvt ) throw(RuntimeException, std::exception)
|
||||
{
|
||||
::osl::ClearableMutexGuard aGuard( GetMutex() );
|
||||
// do not compare differing types in case of multible inheritance
|
||||
// do not compare differing types in case of multiple inheritance
|
||||
|
||||
if ( maAccessibleContext.get() == rEvt.Source )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue