summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-19 22:27:32 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-19 22:27:32 +0000
commit9bf5f7b88622d69ff20fbbe07b373477070f6411 (patch)
treed4208d4cbaf90bbad04ad8e579635b7a546dad49 /wizards/source
parent186e82c439af738ad48142d71fff3f4395bd8280 (diff)
INTEGRATION: CWS scriptingf5 (1.6.158); FILE MERGED
2004/03/30 07:34:10 toconnor 1.6.158.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/template/DialogStyles.xdl6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/template/DialogStyles.xdl b/wizards/source/template/DialogStyles.xdl
index 82e24b6b8e4e..a28beb14cd27 100644
--- a/wizards/source/template/DialogStyles.xdl
+++ b/wizards/source/template/DialogStyles.xdl
@@ -3,13 +3,13 @@
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="DialogStyles" dlg:left="170" dlg:top="93" dlg:width="120" dlg:height="169" dlg:help-url="HID:34650" dlg:closeable="true" dlg:moveable="true">
<dlg:bulletinboard>
<dlg:button dlg:id="cmdCancel" dlg:tab-index="0" dlg:left="5" dlg:top="150" dlg:width="50" dlg:height="13" dlg:help-url="HID:34652" dlg:value="cmdCancel">
- <script:event script:event-name="on-performaction" script:macro-name="Template.Samples.RestoreCurrentStyles" script:language="StarBasic"/>
+ <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Template.Samples.RestoreCurrentStyles?language=Basic&amp;location=application" script:language="Script"/>
</dlg:button>
<dlg:button dlg:id="cmdOk" dlg:tab-index="1" dlg:left="65" dlg:top="150" dlg:width="50" dlg:height="12" dlg:help-url="HID:34653" dlg:value="cmdOk">
- <script:event script:event-name="on-performaction" script:macro-name="Template.Samples.CloseStyleDialog" script:language="StarBasic"/>
+ <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Template.Samples.CloseStyleDialog?language=Basic&amp;location=application" script:language="Script"/>
</dlg:button>
<dlg:menulist dlg:id="lbStyles" dlg:tab-index="2" dlg:left="5" dlg:top="5" dlg:width="110" dlg:height="133" dlg:help-url="HID:34651">
- <script:event script:event-name="on-itemstatechange" script:macro-name="Template.Samples.SelectStyle" script:language="StarBasic"/>
+ <script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.script:Template.Samples.SelectStyle?language=Basic&amp;location=application" script:language="Script"/>
</dlg:menulist>
</dlg:bulletinboard>
</dlg:window> \ No newline at end of file