diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-06 17:56:22 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-08 10:01:48 +0200 |
commit | dc8ed4b8e1fa5ed3b934bfcf5999ddb75ea07b0a (patch) | |
tree | caf18e7c4781a02c46f620d92787b5dc0ebbbb35 /framework | |
parent | 40b1e5d40667e5863aa213a31fa1b06085bd407a (diff) |
Fix typo
Change-Id: I1cc4544e807d7c04aa171358ccd1c204040dff55
Reviewed-on: https://gerrit.libreoffice.org/57078
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 2 | ||||
-rw-r--r-- | framework/source/jobs/jobdata.cxx | 6 | ||||
-rw-r--r-- | framework/source/services/pathsettings.cxx | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index b986b9a9467f..d3c77c970fde 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -414,7 +414,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback, LinkParamNone*, void) // This method was called asynchronous from our main thread by using a pointer. // We reached this method only, by using a reference to ourself :-) // Further this member is used to detect still running and not yet finished - // asynchronous operations. So its time now to release this reference. + // asynchronous operations. So it's time now to release this reference. // But hold it temp alive. Otherwise we die before we can finish this method really :-)) css::uno::Reference< css::uno::XInterface > xTempHold = m_xSelfHold; m_xSelfHold.clear(); diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx index 05ab9f0145b2..b2f0eb254743 100644 --- a/framework/source/jobs/jobdata.cxx +++ b/framework/source/jobs/jobdata.cxx @@ -525,9 +525,9 @@ std::vector< OUString > JobData::getEnabledJobsForEvent( const css::uno::Referen return std::vector< OUString >(); // get all alias names of jobs, which are part of this job list - // But Some of them can be disabled by its time stamp values. - // We create an additional job name list with the same size, then the original list ... - // step over all job entries ... check her time stamps ... and put only job names to the + // But Some of them can be disabled by its timestamp values. + // We create an additional job name list with the same size, then the original list... + // step over all job entries... check her timestamps... and put only job names to the // destination list, which represent an enabled job. css::uno::Sequence< OUString > lAllJobs = xJobList->getElementNames(); sal_Int32 c = lAllJobs.getLength(); diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index f24d4976c604..e047ee53057e 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -396,7 +396,7 @@ private: void impl_rebuildPropertyDescriptor(); /** provides direct access to the list of path values - using it's internal property id. + using its internal property id. */ css::uno::Any impl_getPathValue( sal_Int32 nID ) const; void impl_setPathValue( sal_Int32 nID , |