summaryrefslogtreecommitdiff
path: root/svx/xml/SvxDrawPage.xml
blob: 3e3801ebd49c9f5a0acc6afa81617710145408d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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.SvxDrawPage</Name>
<Description>
    This component implements the basic functionality for a drawing page
</Description>

<SupportedService>com::sun::star::drawing::DrawPage</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>