diff options
Diffstat (limited to 'sd/xml/SdMasterPage.xml')
-rw-r--r-- | sd/xml/SdMasterPage.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sd/xml/SdMasterPage.xml b/sd/xml/SdMasterPage.xml new file mode 100644 index 000000000000..3e86fc8b714e --- /dev/null +++ b/sd/xml/SdMasterPage.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> +<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> + <module-name>sd</module-name> + <component-description> + <author>Christian Lippka</author> + <name>com.sun.star.comp.office.SdMasterPage</name> + <description> + This component provides access to a single master page inside a document +</description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="final"/> + <supported-service>com.sun.star.drawing.MasterPage</supported-service> + </component-description> +</module-description> |