diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:25:33 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:25:33 +0000 |
commit | 8b1e857e147bb7efd3274b970baefcf4ca89e87a (patch) | |
tree | 683667f8647969ab843caf9869bc324f4bb53634 /wizards/source/depot | |
parent | b24bace10e833b89061f34003e2e4a5d63ace4e3 (diff) |
INTEGRATION: CWS scriptingf5 (1.2.158); FILE MERGED
2004/03/30 07:32:17 toconnor 1.2.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/depot')
-rw-r--r-- | wizards/source/depot/Dialog4.xdl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/depot/Dialog4.xdl b/wizards/source/depot/Dialog4.xdl index 11a13cb4423d..4f71be0da5cb 100644 --- a/wizards/source/depot/Dialog4.xdl +++ b/wizards/source/depot/Dialog4.xdl @@ -5,13 +5,13 @@ <dlg:text dlg:id="lblWelcome" dlg:tab-index="0" dlg:left="6" dlg:top="6" dlg:width="148" dlg:height="49" dlg:value="lblWelcome" dlg:multiline="true"/> <dlg:text dlg:id="lblHint" dlg:tab-index="1" dlg:left="6" dlg:top="73" dlg:width="148" dlg:height="26" dlg:value="lblHint" dlg:multiline="true"/> <dlg:button dlg:id="cmdCancel" dlg:tab-index="2" dlg:left="28" dlg:top="100" dlg:width="50" dlg:height="14" dlg:help-url="HID:34549" dlg:value="cmdCancel"> - <script:event script:event-name="on-performaction" script:location="document" script:macro-name="Standard.Currency.CloseStartUpDialog" script:language="StarBasic"/> + <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Depot.Currency.CloseStartUpDialog?language=Basic&location=application" script:language="Script"/> </dlg:button> <dlg:button dlg:id="cmdGoOn" dlg:tab-index="3" dlg:left="84" dlg:top="100" dlg:width="52" dlg:height="14" dlg:help-url="HID:34550" dlg:value="cmdGoOn"> - <script:event script:event-name="on-performaction" script:location="document" script:macro-name="Standard.Currency.ChooseMarket" script:language="StarBasic"/> + <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Depot.Currency.ChooseMarket?language=Basic&location=application" script:language="Script"/> </dlg:button> <dlg:menulist dlg:id="lstMarkets" dlg:tab-index="4" dlg:left="6" dlg:top="57" dlg:width="148" dlg:height="12" dlg:help-url="HID:34548" dlg:spin="true"> - <script:event script:event-name="on-itemstatechange" script:location="document" script:macro-name="Standard.Currency.EnableGoOnButton" script:language="StarBasic"/> + <script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.script:Depot.Currency.EnableGoOnButton?language=Basic&location=application" script:language="Script"/> </dlg:menulist> </dlg:bulletinboard> </dlg:window>
\ No newline at end of file |