diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
commit | fd069bee7e57ad529c3c0974559fd2d84ec3151a (patch) | |
tree | ef2eddeefb786feaf966d6a1c0c291872c0ae420 /svx/xml/SvxShape.xml | |
parent | 04c1c754ab9d0ad07f2c5362d46597d13efe75c2 (diff) |
initial import
Diffstat (limited to 'svx/xml/SvxShape.xml')
-rw-r--r-- | svx/xml/SvxShape.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/svx/xml/SvxShape.xml b/svx/xml/SvxShape.xml new file mode 100644 index 000000000000..ba172831087a --- /dev/null +++ b/svx/xml/SvxShape.xml @@ -0,0 +1,33 @@ +<?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>automatically generated by objects2xml</Author> +<Name>com.sun.star.comp.office.SvxShape</Name> +<Description> + This component provides ... +</Description> + +<SupportedService>com::sun::star::drawing::TextShape</SupportedService> + +<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> |