diff options
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> |