office-gobmx/sd/xml/SdLayer.xml
2000-11-16 15:00:20 +00:00

30 lines
852 B
XML

<?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.SdLayer</Name>
<Description>
This component provides access to a single layer inside a document.
</Description>
<ModuleName>sd</ModuleName>
<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
<Language>c++</Language>
<Status StatusValue="final"/>
<SupportedService>com.sun.star.drawing.Layer</SupportedService>
<!--
<ServiceDependency>...</ServiceDependency>
<ProjectBuildDependency>...</ProjectBuildDependency>
...
<RuntimeModuleDependency>...</RuntimeModuleDependency>
...
<Type>com.sun.star....</Type>
...
-->
</COMPONENTDESCRIPTION>