xref: /trunk/main/officecfg/registry/data/org/openoffice/Interaction.xcu (revision 9ad19682857808987aa48059853416a1cda27842)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*66d002e8SAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*66d002e8SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*66d002e8SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*66d002e8SAndrew Rist * distributed with this work for additional information
7*66d002e8SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*66d002e8SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*66d002e8SAndrew Rist * "License"); you may not use this file except in compliance
10*66d002e8SAndrew Rist * with the License.  You may obtain a copy of the License at
11cdf0e10cSrcweir *
12*66d002e8SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13cdf0e10cSrcweir *
14*66d002e8SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*66d002e8SAndrew Rist * software distributed under the License is distributed on an
16*66d002e8SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*66d002e8SAndrew Rist * KIND, either express or implied.  See the License for the
18*66d002e8SAndrew Rist * specific language governing permissions and limitations
19*66d002e8SAndrew Rist * under the License.
20cdf0e10cSrcweir *
21*66d002e8SAndrew Rist ***********************************************************-->
22*66d002e8SAndrew Rist
23*66d002e8SAndrew Rist
24cdf0e10cSrcweir<!DOCTYPE oor:component-data SYSTEM "../../../component-update.dtd">
25cdf0e10cSrcweir<oor:component-data oor:name="Interaction" oor:package="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffice.org/2004/installation" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
26cdf0e10cSrcweir  <node oor:name="InteractionHandlers">
27cdf0e10cSrcweir    <!-- The interaction handler for SQLExceptions (and derived exceptions), implemented in the Base module.
28cdf0e10cSrcweir    -->
29cdf0e10cSrcweir    <node oor:name="org.openoffice.Office.Base.DatabaseInteractions" oor:op="replace">
30cdf0e10cSrcweir      <node oor:name="HandledRequestTypes">
31cdf0e10cSrcweir        <node oor:name="com.sun.star.sdbc.SQLException" oor:op="replace">
32cdf0e10cSrcweir          <prop oor:name="Propagation" oor:type="xs:string">
33cdf0e10cSrcweir            <value>named-and-derived</value>
34cdf0e10cSrcweir          </prop>
35cdf0e10cSrcweir        </node>
36cdf0e10cSrcweir        <node oor:name="com.sun.star.sdb.ParametersRequest" oor:op="replace">
37cdf0e10cSrcweir          <prop oor:name="Propagation" oor:type="xs:string">
38cdf0e10cSrcweir            <value>named-and-derived</value>
39cdf0e10cSrcweir          </prop>
40cdf0e10cSrcweir        </node>
41cdf0e10cSrcweir        <node oor:name="com.sun.star.sdb.DocumentSaveRequest" oor:op="replace">
42cdf0e10cSrcweir          <prop oor:name="Propagation" oor:type="xs:string">
43cdf0e10cSrcweir            <value>named-and-derived</value>
44cdf0e10cSrcweir          </prop>
45cdf0e10cSrcweir        </node>
46cdf0e10cSrcweir      </node>
47cdf0e10cSrcweir      <prop oor:name="ServiceName" oor:type="xs:string">
48cdf0e10cSrcweir        <value>com.sun.star.comp.dbaccess.DatabaseInteractionHandler</value>
49cdf0e10cSrcweir      </prop>
50cdf0e10cSrcweir    </node>
51cdf0e10cSrcweir    <node oor:name="org.openoffice.Filter.PDFExport.Interactions" oor:op="replace">
52cdf0e10cSrcweir      <node oor:name="HandledRequestTypes">
53cdf0e10cSrcweir        <node oor:name="com.sun.star.task.PDFExportException" oor:op="replace">
54cdf0e10cSrcweir          <prop oor:name="Propagation" oor:type="xs:string">
55cdf0e10cSrcweir            <value>named-and-derived</value>
56cdf0e10cSrcweir          </prop>
57cdf0e10cSrcweir        </node>
58cdf0e10cSrcweir      </node>
59cdf0e10cSrcweir      <prop oor:name="ServiceName" oor:type="xs:string">
60cdf0e10cSrcweir        <value>com.sun.star.filter.pdfexport.PDFExportInteractionHandler</value>
61cdf0e10cSrcweir      </prop>
62cdf0e10cSrcweir    </node>
63cdf0e10cSrcweir  </node>
64cdf0e10cSrcweir</oor:component-data>
65