diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:22:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 09:43:46 +0000 |
commit | 465489d97ab9ffa0bfee02d80eb99aad771aee3f (patch) | |
tree | 0405a31efbde5e1ef61ad23afbea087a2c9cf31b /extensions | |
parent | 420923ba76ad84892fd242ed37be9d85e1ea03fe (diff) |
Fix typos
Change-Id: Id884946cae0687d0b71c967e236e58df17567884
Reviewed-on: https://gerrit.libreoffice.org/16707
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 2 | ||||
-rw-r--r-- | extensions/source/plugin/base/xplugin.cxx | 4 | ||||
-rw-r--r-- | extensions/source/resource/resourceservices.cxx | 2 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheckconfig.hxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 364e25670017..eb4963784641 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -1723,7 +1723,7 @@ Any IUnknownWrapper_Impl::invokeWithDispIdComTlb(FuncDesc& aFuncDesc, } else { - //If there are namesd arguments, then the dispparams.cArgs + //If there are named arguments, then the dispparams.cArgs //is the number of supplied args, otherwise it is the expected number. if (dispparams.cNamedArgs) dispparams.cArgs = nUnoArgs; diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx index 506f776dca0e..db644ec087f7 100644 --- a/extensions/source/plugin/base/xplugin.cxx +++ b/extensions/source/plugin/base/xplugin.cxx @@ -687,7 +687,7 @@ sal_Bool XPlugin_Impl::provideNewStream(const OUString& mimetype, OString aURL = OUStringToOString( url, m_aEncoding ); // check whether there is a notifylistener for this stream - // this means that the strema is created from the plugin + // this means that the stream is created from the plugin // via NPN_GetURLNotify or NPN_PostURLNotify std::list<PluginEventListener*>::iterator iter; for( iter = m_aPEventListeners.begin(); @@ -1101,7 +1101,7 @@ void PluginInputStream::writeBytes( const Sequence<sal_Int8>& Buffer ) throw(std m_aFileStream.Write( Buffer.getConstArray(), Buffer.getLength() ); if( m_nMode == NP_SEEK ) - // hold reference, streem gets destroyed in NPN_DestroyStream + // hold reference, stream gets destroyed in NPN_DestroyStream m_xSelf = this; if( m_nMode == -1 || !m_pPlugin->getPluginComm() ) diff --git a/extensions/source/resource/resourceservices.cxx b/extensions/source/resource/resourceservices.cxx index d25ecd59550e..3a8206dc08c1 100644 --- a/extensions/source/resource/resourceservices.cxx +++ b/extensions/source/resource/resourceservices.cxx @@ -23,7 +23,7 @@ const sdecl::ServiceDecl ResourceIndexAccessDecl( "org.libreoffice.extensions.resource.ResourceIndexAccess", "org.libreoffice.resource.ResourceIndexAccess"); -//TOOD: this is a singleton, not a service: +//TODO: this is a singleton, not a service: const sdecl::ServiceDecl OpenOfficeResourceLoaderDecl( OpenOfficeResourceLoaderServiceImpl, "com.sun.star.comp.resource.OpenOfficeResourceLoader", diff --git a/extensions/source/update/check/updatecheckconfig.hxx b/extensions/source/update/check/updatecheckconfig.hxx index 0ad53f955db1..5377da6cb79b 100644 --- a/extensions/source/update/check/updatecheckconfig.hxx +++ b/extensions/source/update/check/updatecheckconfig.hxx @@ -73,7 +73,7 @@ private: /* This class implements the non published UNO service com.sun.star.setup.UpdateCheckConfig, - * which primary use is to be able to track changes done in the Toos -> Options page of this + * which primary use is to be able to track changes done in the Tools -> Options page of this * component, as this is not supported by the OOo configuration for extendable groups. */ |