diff options
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/> |