diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-08 08:26:00 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-08 08:26:00 +0000 |
commit | f7f9114e5179ff8357901b44b6185bb86085e7b1 (patch) | |
tree | 1d247babc627e990a98a1b3ebf73025dd9427317 /sd/xml/SdMasterPage.xml | |
parent | 8fcc0612c5bd7d703a1ceb751ea22da2916134f5 (diff) |
changed dtd
Diffstat (limited to 'sd/xml/SdMasterPage.xml')
-rw-r--r-- | sd/xml/SdMasterPage.xml | 42 |
1 files changed, 14 insertions, 28 deletions
diff --git a/sd/xml/SdMasterPage.xml b/sd/xml/SdMasterPage.xml index 38a1dad57611..3e86fc8b714e 100644 --- a/sd/xml/SdMasterPage.xml +++ b/sd/xml/SdMasterPage.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.SdMasterPage</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.SdMasterPage</name> + <description> This component provides access to a single master page inside a document -</Description> - -<ModuleName>sd</ModuleName> -<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName> -<Language>c++</Language> -<Status StatusValue="final"/> - -<SupportedService>com.sun.star.drawing.MasterPage</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.MasterPage</supported-service> + </component-description> +</module-description> |