summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-03-05 21:20:27 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-03-06 09:42:04 +0100
commit240e67e37e1aaf459315e31a298bfb434fc1da8c (patch)
tree152d1e24fda813f407dfe9b90e90ce99e598d320 /framework/inc
parent3e38b81a65ced47595e9760bdc622d9434b72cc0 (diff)
Fix typos
Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5 Reviewed-on: https://gerrit.libreoffice.org/50785 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/jobs/helponstartup.hxx2
-rw-r--r--framework/inc/jobs/jobdata.hxx8
2 files changed, 5 insertions, 5 deletions
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;