Added on document load event

This commit is contained in:
Georgy Litvinov 2020-09-08 16:41:08 +02:00
parent 8a99a25f43
commit 9a72d7d7e0
4 changed files with 26 additions and 0 deletions

12
Events.xcu Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Events" oor:package="org.openoffice.Office">
<node oor:name="ApplicationEvents">
<node oor:name="Bindings">
<node oor:name="OnStartApp" oor:op="replace">
<prop oor:name="BindingURL" oor:type="xs:string">
<value>vnd.sun.star.script:Standard.Module1.Main?language=Basic&amp;location=application</value>
</prop>
</node>
</node>
</node>
</oor:component-data>