1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4*cdf0e10cSrcweir
5*cdf0e10cSrcweir    <module-name>dlgprov</module-name>
6*cdf0e10cSrcweir
7*cdf0e10cSrcweir    <component-description>
8*cdf0e10cSrcweir        <author>Thomas Benisch</author>
9*cdf0e10cSrcweir        <name>com.sun.star.comp.scripting.DialogProvider</name>
10*cdf0e10cSrcweir        <description>provider for dialogs</description>
11*cdf0e10cSrcweir        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
12*cdf0e10cSrcweir        <language>c++</language>
13*cdf0e10cSrcweir        <status value="drafts"/>
14*cdf0e10cSrcweir        <supported-service>com.sun.star.awt.DialogProvider</supported-service>
15*cdf0e10cSrcweir        <type>com.sun.star.awt.XControl</type>
16*cdf0e10cSrcweir        <type>com.sun.star.awt.XControlContainer</type>
17*cdf0e10cSrcweir        <type>com.sun.star.awt.XDialog</type>
18*cdf0e10cSrcweir        <type>com.sun.star.awt.XDialogProvider</type>
19*cdf0e10cSrcweir        <type>com.sun.star.awt.XWindowPeer</type>
20*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertySet</type>
21*cdf0e10cSrcweir        <type>com.sun.star.frame.XModel</type>
22*cdf0e10cSrcweir        <type>com.sun.star.io.XInputStreamProvider</type>
23*cdf0e10cSrcweir        <type>com.sun.star.lang.IllegalArgumentException</type>
24*cdf0e10cSrcweir        <type>com.sun.star.lang.XInitialization</type>
25*cdf0e10cSrcweir        <type>com.sun.star.lang.XMultiComponentFactory</type>
26*cdf0e10cSrcweir        <type>com.sun.star.lang.XServiceInfo</type>
27*cdf0e10cSrcweir        <type>com.sun.star.reflection.InvocationTargetException</type>
28*cdf0e10cSrcweir        <type>com.sun.star.script.CannotConvertException</type>
29*cdf0e10cSrcweir        <type>com.sun.star.script.ScriptEventDescriptor</type>
30*cdf0e10cSrcweir        <type>com.sun.star.script.XAllListener</type>
31*cdf0e10cSrcweir        <type>com.sun.star.script.XEventAttacher</type>
32*cdf0e10cSrcweir        <type>com.sun.star.script.XLibraryContainer</type>
33*cdf0e10cSrcweir        <type>com.sun.star.script.XScriptEventsAttacher</type>
34*cdf0e10cSrcweir        <type>com.sun.star.script.XScriptEventsSupplier</type>
35*cdf0e10cSrcweir        <type>com.sun.star.script.XScriptListener</type>
36*cdf0e10cSrcweir        <type>com.sun.star.uno.Exception</type>
37*cdf0e10cSrcweir        <type>com.sun.star.uno.RuntimeException</type>
38*cdf0e10cSrcweir        <type>com.sun.star.uno.XComponentContext</type>
39*cdf0e10cSrcweir        <type>com.sun.star.script.provider.XScript</type>
40*cdf0e10cSrcweir        <type>com.sun.star.script.provider.XScriptProvider</type>
41*cdf0e10cSrcweir        <type>  com.sun.star.uri.XUriReference </type>
42*cdf0e10cSrcweir        <type>  com.sun.star.uri.XUriReferenceFactory </type>
43*cdf0e10cSrcweir        <type>  com.sun.star.uri.XVndSunStarScriptUrl </type>
44*cdf0e10cSrcweir    </component-description>
45*cdf0e10cSrcweir
46*cdf0e10cSrcweir    <project-build-dependency>sfx2</project-build-dependency>
47*cdf0e10cSrcweir    <project-build-dependency>xmlscript</project-build-dependency>
48*cdf0e10cSrcweir    <project-build-dependency>cppuhelper</project-build-dependency>
49*cdf0e10cSrcweir    <project-build-dependency>cppu</project-build-dependency>
50*cdf0e10cSrcweir    <project-build-dependency>sal</project-build-dependency>
51*cdf0e10cSrcweir
52*cdf0e10cSrcweir    <runtime-module-dependency>sfx2</runtime-module-dependency>
53*cdf0e10cSrcweir    <runtime-module-dependency>xcr</runtime-module-dependency>
54*cdf0e10cSrcweir    <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
55*cdf0e10cSrcweir    <runtime-module-dependency>cppu3</runtime-module-dependency>
56*cdf0e10cSrcweir    <runtime-module-dependency>sal3</runtime-module-dependency>
57*cdf0e10cSrcweir
58*cdf0e10cSrcweir</module-description>
59