diff options
Diffstat (limited to 'svx/xml/SvxShapePolyPolygon.xml')
-rwxr-xr-x | svx/xml/SvxShapePolyPolygon.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/svx/xml/SvxShapePolyPolygon.xml b/svx/xml/SvxShapePolyPolygon.xml new file mode 100755 index 000000000000..203bc1df98f5 --- /dev/null +++ b/svx/xml/SvxShapePolyPolygon.xml @@ -0,0 +1,16 @@ +<?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.office.SvxShapePolyPolygon</name> + <description> + This component provides a poly polygon shape. +</description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="final"/> + <supported-service>com.sun.star.drawing.PolyPolygonShape</supported-service> + </component-description> +</module-description> |