From 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 04:49:39 +0200 Subject: fdo#60724 informations -> information Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863 --- framework/source/jobs/jobexecutor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source/jobs/jobexecutor.cxx') diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx index 6b133a5c219d..54fe8469ae08 100644 --- a/framework/source/jobs/jobexecutor.cxx +++ b/framework/source/jobs/jobexecutor.cxx @@ -75,7 +75,7 @@ DEFINE_INIT_SERVICE( JobExecutor, /*Attention I think we don't need any mutex or lock here ... because we are called by our own static method impl_createInstance() to create a new instance of this class by our own supported service factory. - see macro DEFINE_XSERVICEINFO_MULTISERVICE and "impl_initService()" for further informations! + see macro DEFINE_XSERVICEINFO_MULTISERVICE and "impl_initService()" for further information! */ // read the list of all currently registered events inside configuration. // e.g. "/org.openoffice.Office.Jobs/Events/" @@ -120,7 +120,7 @@ JobExecutor::JobExecutor( /*IN*/ const css::uno::Reference< css::lang::XMultiSer , m_aConfig (comphelper::getComponentContext(xSMGR), OUString::createFromAscii(JobData::EVENTCFG_ROOT) ) { // Don't do any reference related code here! Do it inside special - // impl_ method() ... see DEFINE_INIT_SERVICE() macro for further informations. + // impl_ method() ... see DEFINE_INIT_SERVICE() macro for further information. } JobExecutor::~JobExecutor() -- cgit v1.2.3