diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 23:17:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-18 09:52:44 +0200 |
commit | 618e1fdac12126ab8fc0c90d8b9508825f533c5c (patch) | |
tree | 109b8dfbb46379fe0d234ba2af97c59a53993cc7 /basic/source/uno/namecont.cxx | |
parent | a2a6a2ddc5f2f9c8e6070acaab0719277872d824 (diff) |
Fix typos
Change-Id: I563ea72a1e3870f5c362527f018c6b63607b4011
Reviewed-on: https://gerrit.libreoffice.org/57597
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/source/uno/namecont.cxx')
-rw-r--r-- | basic/source/uno/namecont.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index b0cea4fed6be..910cf3fd9db2 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -168,7 +168,7 @@ void NameContainer::replaceByName( const OUString& aName, const Any& aElement ) } /* After the container event has been fired (one listener will update the - core Basic manager), fire change event. Listeners can rely that the + core Basic manager), fire change event. Listeners can rely on that the Basic source code of the core Basic manager is up-to-date. */ if( maChangesListeners.getLength() > 0 ) { @@ -219,7 +219,7 @@ void NameContainer::insertNoCheck(const OUString& aName, const Any& aElement) } /* After the container event has been fired (one listener will update the - core Basic manager), fire change event. Listeners can rely that the + core Basic manager), fire change event. Listeners can rely on that the Basic source code of the core Basic manager is up-to-date. */ if( maChangesListeners.getLength() > 0 ) { @@ -273,7 +273,7 @@ void NameContainer::removeByName( const OUString& aName ) } /* After the container event has been fired (one listener will update the - core Basic manager), fire change event. Listeners can rely that the + core Basic manager), fire change event. Listeners can rely on that the Basic source code of the core Basic manager is up-to-date. */ if( maChangesListeners.getLength() > 0 ) { |