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/SvxUnoTextRange.xml | |
parent | e34557dead15702c90aecb542c75735604ed32e3 (diff) |
changed dtd
Diffstat (limited to 'svx/xml/SvxUnoTextRange.xml')
-rw-r--r-- | svx/xml/SvxUnoTextRange.xml | 47 |
1 files changed, 14 insertions, 33 deletions
diff --git a/svx/xml/SvxUnoTextRange.xml b/svx/xml/SvxUnoTextRange.xml index 10ab455575c1..04b4610fb5d5 100644 --- a/svx/xml/SvxUnoTextRange.xml +++ b/svx/xml/SvxUnoTextRange.xml @@ -1,35 +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.SvxUnoTextRange</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>svx</module-name> + <component-description> + <author>Christian Lippka</author> + <name>com.sun.star.comp.office.SvxUnoTextRange</name> + <description> This component provides access to a simple text range in an edit engine or outliner. -</Description> - -<SupportedService>com::sun::star::text::TextRange</SupportedService> - -<ModuleName>svx</ModuleName> -<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName> -<Language>c++</Language> - -<Status StatusValue="final"/> - -<!-- -<ModuleName>...</ModuleName> - -<LoaderName>com.sun.star.loader...</LoaderName> - -<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::text::TextRange</supported-service> + </component-description> +</module-description> |