diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-20 10:16:14 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-20 18:55:16 +0200 |
commit | 133da6ed83b278b9e6059c5c1a3d49f9f402792e (patch) | |
tree | 0f4749a6fdb4f5a5a706af34fb5dd3a67e55625f /sfx2 | |
parent | 4a627a5724c9a9a4e469921d032376703260fbff (diff) |
Fix typos
Change-Id: Ia3e6f17217b837517faa588ea7f2e72dc5aff6aa
Reviewed-on: https://gerrit.libreoffice.org/57767
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/sfxmodelfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/sfxmodelfactory.cxx b/sfx2/source/doc/sfxmodelfactory.cxx index 564a5dc3e0c3..1cd797b8f6b8 100644 --- a/sfx2/source/doc/sfxmodelfactory.cxx +++ b/sfx2/source/doc/sfxmodelfactory.cxx @@ -153,7 +153,7 @@ namespace sfx2 Reference< XInterface > xInstance( (*m_pComponentFactoryFunc)( m_xServiceFactory, nCreationFlags ) ); - // to mimic the bahaviour of the default factory's createInstanceWithArguments, we initialize + // to mimic the behaviour of the default factory's createInstanceWithArguments, we initialize // the object with the given arguments, stripped by the three special ones Sequence< Any > aStrippedArguments( _rArguments.getLength() ); Any* pStrippedArgs = aStrippedArguments.getArray(); |