diff options
author | Matthias Seidel <mseidel@apache.org> | 2019-05-14 09:31:35 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2019-05-14 09:31:35 +0000 |
commit | 90b0c9aaf85395bea90d22ba594015e3d01deeff (patch) | |
tree | 7d28fda73fdf4e06b92bebb4d255c570b5475074 | |
parent | bae8e88ffe35446567f86f637091571ac563b5f5 (diff) |
Small change to Euro Converter dialog
Notes
Notes:
ignore: obsolete
-rw-r--r-- | wizards/source/euro/DlgConvert.xdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/DlgConvert.xdl b/wizards/source/euro/DlgConvert.xdl index 61f397d3b2c9..a76919803bc3 100644 --- a/wizards/source/euro/DlgConvert.xdl +++ b/wizards/source/euro/DlgConvert.xdl @@ -44,7 +44,7 @@ </dlg:radio> </dlg:radiogroup> <dlg:text dlg:id="lblSelection" dlg:tab-index="7" dlg:left="170" dlg:top="84" dlg:width="73" dlg:height="8" dlg:page="1" dlg:value="lblSelection"/> - <dlg:menulist dlg:id="lstSelection" dlg:tab-index="8" dlg:left="170" dlg:top="96" dlg:width="90" dlg:height="52" dlg:page="1" dlg:help-url="HID:WIZARDS_HID_DLGCONVERT_LISTBOX1" dlg:multiselection="true"> + <dlg:menulist dlg:id="lstSelection" dlg:tab-index="8" dlg:left="170" dlg:top="96" dlg:width="93" dlg:height="52" dlg:page="1" dlg:help-url="HID:WIZARDS_HID_DLGCONVERT_LISTBOX1" dlg:multiselection="true"> <script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.script:Euro.ConvertRun.SelectListItem?language=Basic&location=application" script:language="Script"/> </dlg:menulist> <dlg:radiogroup> |