summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/prj/d.lst1
-rw-r--r--svx/xml/SvxGraphCtrlAccessibleContext.xml18
2 files changed, 19 insertions, 0 deletions
diff --git a/svx/prj/d.lst b/svx/prj/d.lst
index b428030a8695..a54f6b9088ec 100644
--- a/svx/prj/d.lst
+++ b/svx/prj/d.lst
@@ -628,6 +628,7 @@ hedabu: ..\inc\pgrditem.hxx %_DEST%\inc%_EXT%\svx\pgrditem.hxx
..\xml\SvxUnoTextRange.xml %_DEST%\xml%_EXT%\SvxUnoTextRange.xml
..\xml\SvxUnoTextRangeEnumeration.xml %_DEST%\xml%_EXT%\SvxUnoTextRangeEnumeration.xml
..\xml\SvxGraphicExporter.xml %_DEST%\xml%_EXT%\SvxGraphicExporter.xml
+..\xml\SvxGraphCtrlAccessibleContext.xml %_DEST%\xml%_EXT%\SvxGraphCtrlAccessibleContext.xml
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
diff --git a/svx/xml/SvxGraphCtrlAccessibleContext.xml b/svx/xml/SvxGraphCtrlAccessibleContext.xml
new file mode 100644
index 000000000000..73180efa3816
--- /dev/null
+++ b/svx/xml/SvxGraphCtrlAccessibleContext.xml
@@ -0,0 +1,18 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.ui.SvxGraphCtrlAccessibleContext</name>
+ <description>
+ This component implements the basic accessibility context to a GraphControl. A GraphControl displays
+ a drawing-layer model, for example in the ImageMap dialog.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>drafts::com::sun::star::accessibility::AccessibleContext</supported-service>
+ <supported-service>drafts::com::sun::star::accessibility::AccessibleComponent</supported-service>
+ </component-description>
+</module-description>