forked from amazingfate/loongoffice
19 lines
595 B
XML
19 lines
595 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<oor:component-schema
|
|
xmlns:oor="http://openoffice.org/2001/registry"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
oor:name="ObjectInspector"
|
|
oor:package="org.openoffice.inspector"
|
|
xml:lang="en-US">
|
|
<info>
|
|
<desc>Configuration parameters for the Object Inspector.</desc>
|
|
</info>
|
|
<component>
|
|
<prop oor:name="Language" oor:type="xs:string"/>
|
|
<prop oor:name="SDKPath" oor:type="xs:string"/>
|
|
</component>
|
|
|
|
</oor:component-schema>
|