summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 14:09:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 14:09:18 +0000
commitffea39b12b8b5af687566747e4c306625553b717 (patch)
tree2051ca48e7fd4b99cac8e2f0fd549d02863d028c /sdext
parentINTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED (diff)
downloadcore-ffea39b12b8b5af687566747e4c306625553b717.tar.gz
core-ffea39b12b8b5af687566747e4c306625553b717.zip
INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED
2008/05/06 09:53:32 af 1.1.2.1: #i89059# Moved here from sdext/source/presenter.
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/registry/data/org/openoffice/Office/Jobs.xcu17
1 files changed, 17 insertions, 0 deletions
diff --git a/sdext/source/presenter/registry/data/org/openoffice/Office/Jobs.xcu b/sdext/source/presenter/registry/data/org/openoffice/Office/Jobs.xcu
new file mode 100644
index 000000000000..ba743328e811
--- /dev/null
+++ b/sdext/source/presenter/registry/data/org/openoffice/Office/Jobs.xcu
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <node oor:name="Jobs">
+ <node oor:name="onDocumentOpenedJob" oor:op="replace">
+ <prop oor:name="Service">
+ <value>com.sun.star.comp.Draw.framework.PresenterScreenJob</value>
+ </prop>
+ </node>
+ </node>
+ <node oor:name="Events">
+ <node oor:name="onDocumentOpened" oor:op="fuse">
+ <node oor:name="JobList">
+ <node oor:name="onDocumentOpenedJob" oor:op="replace"/>
+ </node>
+ </node>
+ </node>
+</oor:component-data>