summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-11-04 15:43:13 +0100
committerCarsten Driesner <cd@openoffice.org>2010-11-04 15:43:13 +0100
commitecc7ab4b75d4fe46e4f6d51018506f7ceb745f44 (patch)
tree2df144b5ec4ba90434aba904fd00dea133694c87 /officecfg
parent8d22455d3e7c7e8e25bcb8724754fc764f0e713c (diff)
fwk160: #i107568# Jobs service enhancement to instantiate services only on matching application module context
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Jobs.xcs5
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
index a9b4cdc70fd7..f5421c8a246f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
@@ -40,6 +40,11 @@
<desc>Must contain an UNO implementation(!) name of the implemented job component.</desc>
</info>
</prop>
+ <prop oor:name="Context" oor:type="xs:string">
+ <info>
+ <desc>An property to define the context this event should be active in. It can be empty or a colon separated list of the supported application modules.</desc>
+ </info>
+ </prop>
<group oor:name="Arguments" oor:extensible="true">
<info>
<desc>Can be filled with any argument, which is under control of the job component.</desc>