summaryrefslogtreecommitdiff
path: root/svx/xml/SvxUnoTextContent.xml
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-08 08:16:16 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-08 08:16:16 +0000
commit90c657445738cfd57be4a7e7f4b0c7b5166736ff (patch)
treed2e830826c19fb52b339fb01300e8ea324a58806 /svx/xml/SvxUnoTextContent.xml
parentb1cc3196468bd55b916cbe3ad2e31ec4a998cad9 (diff)
changed dtd
Diffstat (limited to 'svx/xml/SvxUnoTextContent.xml')
-rw-r--r--svx/xml/SvxUnoTextContent.xml47
1 files changed, 14 insertions, 33 deletions
diff --git a/svx/xml/SvxUnoTextContent.xml b/svx/xml/SvxUnoTextContent.xml
index a550e5f32d..2732d480b5 100644
--- a/svx/xml/SvxUnoTextContent.xml
+++ b/svx/xml/SvxUnoTextContent.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.SvxUnoTextContent</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.SvxUnoTextContent</name>
+ <description>
This component provides access to the paragraph contend inside the text of an edit engine or outliner.
-</Description>
-
-<SupportedService>com::sun::star::text::Paragraph</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::Paragraph</supported-service>
+ </component-description>
+</module-description>