From 240e67e37e1aaf459315e31a298bfb434fc1da8c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 5 Mar 2018 21:20:27 +0100 Subject: Fix typos Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5 Reviewed-on: https://gerrit.libreoffice.org/50785 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- framework/inc/jobs/helponstartup.hxx | 2 +- framework/inc/jobs/jobdata.hxx | 8 ++++---- framework/source/services/autorecovery.cxx | 4 ++-- framework/source/services/pathsettings.cxx | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'framework') diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx index 1fc65b4dd6f6..641e89e299d1 100644 --- a/framework/inc/jobs/helponstartup.hxx +++ b/framework/inc/jobs/helponstartup.hxx @@ -144,7 +144,7 @@ class HelpOnStartup : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css /** @short checks, if the help module should be shown automatically for the currently opened office module. - @descr This value is readed from the module configuration. + @descr This value is read from the module configuration. In case the help should be shown, this method returns a help URL, which can be used to show the right help content. diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx index 97ba371b5387..1b5ec7c41dc6 100644 --- a/framework/inc/jobs/jobdata.hxx +++ b/framework/inc/jobs/jobdata.hxx @@ -137,13 +137,13 @@ class JobData final /** the uno implementation name of this job. - It's readed from the configuration. Don't set it from outside! + It's read from the configuration. Don't set it from outside! */ OUString m_sService; /** the module context list of this job. - It's readed from the configuration. Don't set it from outside! + It's read from the configuration. Don't set it from outside! */ OUString m_sContext; @@ -159,8 +159,8 @@ class JobData final OUString m_sEvent; /** - job specific configuration items ... unknown for us! - It's readed from the configuration. Don't set it from outside! + job specific configuration items... unknown for us! + It's read from the configuration. Don't set it from outside! */ std::vector< css::beans::NamedValue > m_lArguments; diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index a7698055e9e5..227c34f7bc7a 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -547,7 +547,7 @@ private: - which recovery entries may already exists @throw [com.sun.star.uno.RuntimeException] - if config could not be opened or readed successfully! + if config could not be opened or read successfully! @threadsafe */ @@ -560,7 +560,7 @@ private: E.g. the recovery list is not addressed here. @throw [com.sun.star.uno.RuntimeException] - if config could not be opened or readed successfully! + if config could not be opened or read successfully! @threadsafe */ diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 4122292f37b5..2ccbb899a03a 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -1402,8 +1402,8 @@ css::uno::Reference< css::util::XStringSubstitution > PathSettings::fa_getSubsti if (! xSubst.is()) { // create the needed substitution service. - // We must replace all used variables inside readed path values. - // In case we can't do so ... the whole office can't work really. + // We must replace all used variables inside read path values. + // In case we can't do so... the whole office can't work really. // That's why it seems to be OK to throw a RuntimeException then. xSubst = css::util::PathSubstitution::create(m_xContext); -- cgit