blob: d153b3bf5cfec28a7451a347f5c64ed124631569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
<module-name>formula</module-name>
<component-description>
<author>Ocke Janssen</author>
<name>com.sun.star.sheet.comp.FormulaOpCodeMapper</name>
<description>Represents access to ODFF compiler token.</description>
<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
<language>c++</language>
<status value="alpha"/>
<supported-service>com.sun.star.sheet.FormulaOpCodeMapper</supported-service>
</component-description>
</module-description>
|