summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 21:21:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:34:52 +0200
commitc8e70f970a9b80323e9274880a135143accbb621 (patch)
tree67a79e3c360f46b160c15dc0e352bd99397b8639 /framework
parent2812610f4f39ed5892da08864893c758325d1d39 (diff)
Fix typos
Change-Id: I4bd004af206813b9dc01c50ab20f2e8b954b8dca Reviewed-on: https://gerrit.libreoffice.org/77323 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/jobs/jobexecutor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx
index 1dbd7a9428c7..a0fc06acd96c 100644
--- a/framework/source/jobs/jobexecutor.cxx
+++ b/framework/source/jobs/jobexecutor.cxx
@@ -369,9 +369,9 @@ void SAL_CALL JobExecutor::elementReplaced( const css::container::ContainerEvent
this job executor instance was registered from outside code as
css.document.XEventListener. So it can be, that this disposing call comes from
the global event broadcaster service. But we don't hold any reference to this service
- which can or must be released. Because this broadcaster itself is an one instance service
+ which can or must be released. Because this broadcaster itself is a one instance service
too, we can ignore this request. On the other side we must release our internal CFG
- reference ... SOLUTION => check the given event source and react only, if it's our internal
+ reference... SOLUTION => check the given event source and react only, if it's our internal
hold configuration object!
*/
void SAL_CALL JobExecutor::disposing( const css::lang::EventObject& aEvent )