1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4
5    <module-name>vbaevents</module-name>
6
7    <component-description>
8        <author>Noel Power </author>
9        <name>ooo.vba.EventListener</name>
10        <description>Event listener to handle ooo events and to translate them to calls to basic macros ala Button_Click etc.</description>
11        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
12        <language>c++</language>
13        <status value="drafts"/>
14        <supported-service>ooo.vba.EventListener</supported-service>
15        <type>com.sun.star.uno.XComponentContext</type>
16    </component-description>
17
18    <project-build-dependency>cppuhelper</project-build-dependency>
19    <project-build-dependency>cppu</project-build-dependency>
20    <project-build-dependency>sal</project-build-dependency>
21
22    <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
23    <runtime-module-dependency>cppu3</runtime-module-dependency>
24    <runtime-module-dependency>sal3</runtime-module-dependency>
25
26</module-description>
27