diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 09:34:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 14:50:59 +0200 |
commit | fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch) | |
tree | d6cc189748e5980420cc0611b44b28ec4183ea25 /officecfg | |
parent | 8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff) |
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d
Reviewed-on: https://gerrit.libreoffice.org/72105
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Jobs.xcs | 4 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Setup.xcs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs index 35474f14fd87..b6beb5416e16 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs @@ -24,11 +24,11 @@ <templates> <group oor:name="Job"> <info> - <desc>Describes an UNO service, which is registered for a special event.</desc> + <desc>Describes a UNO service, which is registered for a special event.</desc> </info> <prop oor:name="Service" oor:type="xs:string"> <info> - <desc>Must contain an UNO implementation(!) name of the implemented job component.</desc> + <desc>Must contain a UNO implementation(!) name of the implemented job component.</desc> </info> </prop> <prop oor:name="Context" oor:type="xs:string"> diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs index c9f8a309a204..1525b24a908b 100644 --- a/officecfg/registry/schema/org/openoffice/Setup.xcs +++ b/officecfg/registry/schema/org/openoffice/Setup.xcs @@ -326,7 +326,7 @@ <!-- OldPath: Common--> <!-- OldLocation: soffice.ini --> <info> - <desc>Specifies the URL for an UNO connection that can be used to + <desc>Specifies the URL for a UNO connection that can be used to script the office from outside.</desc> </info> <value/> |