This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellioOOo/addon/Configuration.xcu

22 lines
557 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data
oor:name="Configuration"
oor:package="org.entrouvert.openoffice.tabellio"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry">
<prop oor:name="PreviewServerURL">
<value>http://ootest.pcf.be/preview/</value>
</prop>
<prop oor:name="InsertsRootURL">
<value>http://ootest.pcf.be/</value>
</prop>
<prop oor:name="ProxyServerURL">
<value>system</value>
</prop>
<prop oor:name="Mode">
<value>PCF</value>
</prop>
</oor:component-data>