summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-12 12:49:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-12 14:38:29 +0200
commit718d9b5e709ca19ce6d1d540ee6b64d0285181f6 (patch)
tree57f0e577e0b21cce99543a9f0ff0a5fc51e3c255 /framework/source
parent0f4d60ea931e9949a8d6c1ac6c60e331ad53eb66 (diff)
Fix typos
Change-Id: I7fdeba2d7407989a00befaad1c186cd6f132cb85 Reviewed-on: https://gerrit.libreoffice.org/78827 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/jobs/job.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 1c145bce2857..0ebb44e064a1 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -189,7 +189,7 @@ void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lD
if (!xSJob.is())
xAJob.set(m_xJob, css::uno::UNO_QUERY);
- // execute it asynchron
+ // execute it asynchronous
if (xAJob.is())
{
m_aAsyncWait.reset();
@@ -713,7 +713,7 @@ void SAL_CALL Job::notifyTermination( /*IN*/ const css::lang::EventObject& )
describes the broadcaster and must be the frame instance
@param bGetsOwnership
- If it's set to <sal_True> and we throw the right veto excepion, we have to close this frame later
+ If it's set to <sal_True> and we throw the right veto exception, we have to close this frame later
if our internal processes will be finished. If it's set to <FALSE/> we can ignore it.
@throw CloseVetoException