diff options
Diffstat (limited to 'sc/xml/ScAccessibleCell.xml')
-rw-r--r-- | sc/xml/ScAccessibleCell.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sc/xml/ScAccessibleCell.xml b/sc/xml/ScAccessibleCell.xml deleted file mode 100644 index 6259b03b1912..000000000000 --- a/sc/xml/ScAccessibleCell.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Sascha Ballach (Star Office GmbH) --> -<!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>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessibleCell</name> - <description>This objects give you the access to the content of a cell. Please have also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleCell</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleValue</type> - <type>com.sun.star.accessibility.XAccessibleText</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> |