diff options
author | Christian Lippka <cl@openoffice.org> | 2001-08-24 11:19:06 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-08-24 11:19:06 +0000 |
commit | 67d5c6fd2094387381b8628c53c8fa360e2595e9 (patch) | |
tree | 6c0ecb1b6fc6da077970c1397ccb64abe5a33475 /svx/xml | |
parent | 0bc10d2e390d49414d2040f54a6f2a17b19542fc (diff) |
#84444# moved implementations to svx
Diffstat (limited to 'svx/xml')
-rw-r--r-- | svx/xml/SvxGraphicExporter.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/svx/xml/SvxGraphicExporter.xml b/svx/xml/SvxGraphicExporter.xml new file mode 100644 index 000000000000..6a4d9fef2f47 --- /dev/null +++ b/svx/xml/SvxGraphicExporter.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.Draw.GraphicExporter</name> + <description> + this Component implements a com.sun.star.drawing.GraphicExportFilter service. +</description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="final"/> + <supported-service>com.sun.star.drawing.GraphicExportFilter</supported-service> + </component-description> +</module-description> |