diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:23:01 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 16:46:07 +0200 |
commit | a0254104ba59029bfd08889d00946a6df02373c5 (patch) | |
tree | 7b2bd618676ce73e13440a5213150e29da46f8e3 /framework/inc | |
parent | 274a295b05f6cac43e79b3bd30d68335f0162f3e (diff) |
Fix typo
Change-Id: I4bb4fed0575e677898d351781b2ed5f44e4ad3d9
Reviewed-on: https://gerrit.libreoffice.org/73703
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/jobs/jobdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx index af48cea7b242..02d0075be05c 100644 --- a/framework/inc/jobs/jobdata.hxx +++ b/framework/inc/jobs/jobdata.hxx @@ -36,7 +36,7 @@ namespace framework{ /** @short holds all necessary information about a job and handle it's configuration (if any exist!) - @descr It can be used rom different use cases as a container + @descr It can be used from different use cases as a container (or proxy) for all config data of a registered job. But it doesn't implement any execute functionality! */ |