diff options
Diffstat (limited to 'svx/xml/SvxShapeCircle.xml')
-rw-r--r-- | svx/xml/SvxShapeCircle.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/svx/xml/SvxShapeCircle.xml b/svx/xml/SvxShapeCircle.xml new file mode 100644 index 0000000000..be85d803df --- /dev/null +++ b/svx/xml/SvxShapeCircle.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.SvxShapeCircle</Name> +<Description> + This component provides ... +</Description> + +<SupportedService>com::sun::star::drawing::EllipseShape</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> |