summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-08-24 11:19:06 +0000
committerChristian Lippka <cl@openoffice.org>2001-08-24 11:19:06 +0000
commit67d5c6fd2094387381b8628c53c8fa360e2595e9 (patch)
tree6c0ecb1b6fc6da077970c1397ccb64abe5a33475
parent0bc10d2e390d49414d2040f54a6f2a17b19542fc (diff)
#84444# moved implementations to svx
-rw-r--r--svx/prj/d.lst1
-rw-r--r--svx/xml/SvxGraphicExporter.xml16
2 files changed, 17 insertions, 0 deletions
diff --git a/svx/prj/d.lst b/svx/prj/d.lst
index 458b334b7977..8b79dee04172 100644
--- a/svx/prj/d.lst
+++ b/svx/prj/d.lst
@@ -603,6 +603,7 @@ hedabu: ..\inc\xmlcnitm.hxx %_DEST%\inc%_EXT%\svx\xmlcnitm.hxx
..\xml\SvxUnoTextField.xml %_DEST%\xml%_EXT%\SvxUnoTextField.xml
..\xml\SvxUnoTextRange.xml %_DEST%\xml%_EXT%\SvxUnoTextRange.xml
..\xml\SvxUnoTextRangeEnumeration.xml %_DEST%\xml%_EXT%\SvxUnoTextRangeEnumeration.xml
+..\xml\SvxGraphicExporter.xml %_DEST%\xml%_EXT%\SvxGraphicExporter.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/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>