summaryrefslogtreecommitdiff
path: root/sd/xml/SdDrawPagesAccess.xml
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-08 08:26:00 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-08 08:26:00 +0000
commitf7f9114e5179ff8357901b44b6185bb86085e7b1 (patch)
tree1d247babc627e990a98a1b3ebf73025dd9427317 /sd/xml/SdDrawPagesAccess.xml
parent8fcc0612c5bd7d703a1ceb751ea22da2916134f5 (diff)
changed dtd
Diffstat (limited to 'sd/xml/SdDrawPagesAccess.xml')
-rw-r--r--sd/xml/SdDrawPagesAccess.xml42
1 files changed, 14 insertions, 28 deletions
diff --git a/sd/xml/SdDrawPagesAccess.xml b/sd/xml/SdDrawPagesAccess.xml
index 449b737d25e4..72dfec474017 100644
--- a/sd/xml/SdDrawPagesAccess.xml
+++ b/sd/xml/SdDrawPagesAccess.xml
@@ -1,30 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Christian Lippka</Author>
-<Name>com.sun.star.comp.office.SdDrawPagesAccess</Name>
-<Description>
+<!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>sd</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SdDrawPagesAccess</name>
+ <description>
This component provides access to the drawing pages of a document.
-</Description>
-
-<ModuleName>sd</ModuleName>
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-<Language>c++</Language>
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.drawing.DrawPages</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<ProjectBuildDependency>...</ProjectBuildDependency>
-...
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
-...
-
-<Type>com.sun.star....</Type>
-...
--->
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.DrawPages</supported-service>
+ </component-description>
+</module-description>