1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> 3<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> 4 <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=native" 5 manifest:full-path="custompanel.unoSHARED_EXTENSION"/> 6 <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 7 manifest:full-path="WriterWindowState.xcu"/> 8 <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 9 manifest:full-path="CalcWindowState.xcu"/> 10 <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 11 manifest:full-path="DrawWindowState.xcu"/> 12 <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 13 manifest:full-path="ImpressWindowState.xcu"/> 14 <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 15 manifest:full-path="Factories.xcu"/> 16 <!-- <manifest:file-entry manifest:media-type="image/png" 17 manifest:full-path="panel.png"/>--> 18</manifest:manifest> 19