diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:11:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:14:16 +0100 |
commit | f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch) | |
tree | cda73db2df15d821e0587f345edd7587953bdbdf /extensions | |
parent | ecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff) |
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/inc/componentmodule.hxx | 2 | ||||
-rw-r--r-- | extensions/source/nsplugin/source/nsp_func.hxx | 2 | ||||
-rw-r--r-- | extensions/source/plugin/inc/plugin/unx/mediator.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/eventhandler.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx index 6b4dadfe5ac9..da972aca8db0 100644 --- a/extensions/source/inc/componentmodule.hxx +++ b/extensions/source/inc/componentmodule.hxx @@ -83,7 +83,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService s_pFactoryFunctionPointers; public: - // cna be set as long as no resource has been accessed ... + // can be set as long as no resource has been accessed ... static void setResourceFilePrefix(const ::rtl::OString& _rPrefix); /// get the vcl res manager of the module diff --git a/extensions/source/nsplugin/source/nsp_func.hxx b/extensions/source/nsplugin/source/nsp_func.hxx index 566236a24ad3..047a1ec8db59 100644 --- a/extensions/source/nsplugin/source/nsp_func.hxx +++ b/extensions/source/nsplugin/source/nsp_func.hxx @@ -29,7 +29,7 @@ #define __NSP_FUNC_HXX -// Some function diffrent from UNIX and Window. +// Some function different from UNIX and Window. /************************ In UNIX ************************/ diff --git a/extensions/source/plugin/inc/plugin/unx/mediator.hxx b/extensions/source/plugin/inc/plugin/unx/mediator.hxx index ac901f3573b8..234964f5181d 100644 --- a/extensions/source/plugin/inc/plugin/unx/mediator.hxx +++ b/extensions/source/plugin/inc/plugin/unx/mediator.hxx @@ -104,7 +104,7 @@ public: virtual ~Mediator(); // mark mediator as invalid. No more messages will be processed, - // SendMessage, WaitForMessage, TransactMessage will return immediatly + // SendMessage, WaitForMessage, TransactMessage will return immediately // with error void invalidate() { m_bValid = false; } diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx index 7e8a02045af3..79e14a55f33e 100644 --- a/extensions/source/propctrlr/eventhandler.cxx +++ b/extensions/source/propctrlr/eventhandler.cxx @@ -909,7 +909,7 @@ namespace pcr pEventHolder->addEvent( event->second.nId, event->second.sListenerMethodName, aAssignedScript ); } - // the inital selection in the dialog + // the initial selection in the dialog Sequence< ::rtl::OUString > aNames( pEventHolder->getElementNames() ); const ::rtl::OUString* pChosenEvent = ::std::find( aNames.getConstArray(), aNames.getConstArray() + aNames.getLength(), rForEvent.sListenerMethodName ); sal_uInt16 nInitialSelection = (sal_uInt16)( pChosenEvent - aNames.getConstArray() ); |