w2phtml/source/oxt/writer2xhtml/ToolbarOptions.xcs
henrikjust 199616dde6 w2x toolbar configuration dialog
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@235 f0f2a975-2e09-46c8-9428-3b39399b9f3c
2015-04-05 13:47:15 +00:00

18 lines
No EOL
812 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="ToolbarOptions"
oor:package="org.openoffice.da.Writer2xhtml.toolbar"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component>
<group oor:name="Settings">
<prop oor:name="XhtmlFormat" oor:type="xs:short" />
<prop oor:name="XhtmlView" oor:type="xs:short" />
<prop oor:name="XhtmlExecutable" oor:type="xs:string" />
<prop oor:name="EpubFormat" oor:type="xs:short" />
<prop oor:name="EpubView" oor:type="xs:short" />
<prop oor:name="EpubExecutable" oor:type="xs:string" />
</group>
</component>
</oor:component-schema>