summaryrefslogtreecommitdiff
path: root/framework/source/dispatch
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:39:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 08:50:08 +0000
commit74d67cffec4eea0a575869513158b050e42ec983 (patch)
tree814e7c82340c5a9f49ac01af58144de1bf05fdc4 /framework/source/dispatch
parent5262883672208ac17b58ec197a1f984d99403b7d (diff)
Fix typos
Change-Id: I63ae7dbd7edf66aa5542f7d41f1bfd8ac04fc5e8 Reviewed-on: https://gerrit.libreoffice.org/35631 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx2
-rw-r--r--framework/source/dispatch/servicehandler.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index 09d5ad384331..904b5416048e 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -185,7 +185,7 @@ bool MailToDispatcher::implts_dispatch( const css::util::URL&
try
{
// start mail client
- // Because there is no notofocation about success - we use case of
+ // Because there is no notification about success - we use case of
// no detected exception as SUCCESS - FAILED otherwise.
xSystemShellExecute->execute( aURL.Complete, OUString(), css::system::SystemShellExecuteFlags::URIS_ONLY );
bSuccess = true;
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index 3aac8a1f1489..d1f7bd6f636a 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -170,7 +170,7 @@ void SAL_CALL ServiceHandler::dispatchWithNotification( const css::util::URL&
@param lArguments
list of optional arguments for this request
- @return <NULL/> if requested service couldn't be created successullfy;
+ @return <NULL/> if requested service couldn't be created successfully;
a valid reference otherwise. This return value can be used to indicate,
if dispatch was successfully or not.
*/