Fix linking on Windows
[LibreOffice.git] / sc / xml / ScAccessibleCsvRuler.xml
blob123f5ae802676919f9718ecaab142bbdd8027353
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     <module-name>sc</module-name>
5     <component-description>
6         <author>Daniel Rentz</author>
7         <name>ScAccessibleCsvRuler</name>
8         <description>This object provides access to the ruler in the CSV import dialog.</description>
9         <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
10         <language>c++</language>
11         <status value="final"/>
12         <supported-service>com.sun.star.sheet.AccessibleCsvRuler</supported-service>
13         <type>com.sun.star.accessibility.XAccessibleContext</type>
14         <type>com.sun.star.accessibility.XAccessibleComponent</type>
15         <type>com.sun.star.accessibility.XAccessibleText</type>
16     </component-description>
17     <project-build-dependency>cppu</project-build-dependency>
18     <project-build-dependency>cppuhelper</project-build-dependency>
19     <project-build-dependency>osl</project-build-dependency>
20     <project-build-dependency>rtl</project-build-dependency>
21     <project-build-dependency>sal</project-build-dependency>
22     <project-build-dependency>stl</project-build-dependency>
23     <project-build-dependency>tools</project-build-dependency>
24     <project-build-dependency>typelib</project-build-dependency>
25     <project-build-dependency>uno</project-build-dependency>
26     <project-build-dependency>svx</project-build-dependency>
27 </module-description>