diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-08 08:16:16 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-08 08:16:16 +0000 |
commit | 9f7f0d99739f6bf49d6bd2f547572338edcac882 (patch) | |
tree | 6adfb3fc6cde91c768f520d21e4694e482cdda47 /svx/xml/SvxShapePolyPolygon.xml | |
parent | e34557dead15702c90aecb542c75735604ed32e3 (diff) |
changed dtd
Diffstat (limited to 'svx/xml/SvxShapePolyPolygon.xml')
-rw-r--r-- | svx/xml/SvxShapePolyPolygon.xml | 44 |
1 files changed, 15 insertions, 29 deletions
diff --git a/svx/xml/SvxShapePolyPolygon.xml b/svx/xml/SvxShapePolyPolygon.xml index 5f3bb112031d..203bc1df98f5 100644 --- a/svx/xml/SvxShapePolyPolygon.xml +++ b/svx/xml/SvxShapePolyPolygon.xml @@ -1,30 +1,16 @@ -R<?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.SvxShapePolyPolygon</Name> -<Description> +<?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> - -<ModuleName>svx</ModuleName> -<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName> -<Language>c++</Language> -<Status StatusValue="final"/> - -<SupportedService>com.sun.star.drawing.PolyPolygonShape</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.PolyPolygonShape</supported-service> + </component-description> +</module-description> |