diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-04-10 22:51:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-04-10 22:01:01 +0000 |
commit | 297fd836b70d062c84980ef0c68f1e802c77a6d9 (patch) | |
tree | 9bb33077f94df91bbddd351fcb09b080d985f4a4 /toolkit | |
parent | efa26982992d9533db7ef10c788cb9476a7fdcd5 (diff) |
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>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/unocontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx index 84d2fcf3d328..a76c26e08e45 100644 --- a/toolkit/source/controls/unocontrol.cxx +++ b/toolkit/source/controls/unocontrol.cxx @@ -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 ) { |