diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-07-11 14:36:57 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-07-11 14:36:57 +0000 |
commit | d3af685a4997d8634db0545a9472101b3eb1621a (patch) | |
tree | b215adf472f513e9a79e3fb02df63c53e5db23cd /wizards/source/euro/DlgPassword.xdl | |
parent | 1d777c6a0debcd0733a8f369f6c3777fb5b67597 (diff) |
#95686# Progressbar now in Dialog inserted
Diffstat (limited to 'wizards/source/euro/DlgPassword.xdl')
-rw-r--r-- | wizards/source/euro/DlgPassword.xdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/DlgPassword.xdl b/wizards/source/euro/DlgPassword.xdl index 3a106a259359..9b29dde0b8c7 100644 --- a/wizards/source/euro/DlgPassword.xdl +++ b/wizards/source/euro/DlgPassword.xdl @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd"> -<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="DlgPassword" dlg:title="DlgPassword" dlg:left="77" dlg:top="93" dlg:width="310" dlg:height="65"> +<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="DlgPassword" dlg:left="77" dlg:top="93" dlg:width="310" dlg:height="65" dlg:closeable="true" dlg:moveable="true" dlg:title="DlgPassword"> <dlg:bulletinboard> <dlg:button dlg:id="cmdGoOn" dlg:tab-index="0" dlg:left="251" dlg:top="6" dlg:width="53" dlg:height="14" dlg:help-url="HID:34690" dlg:value="cmdGoOn"> <script:event script:event-name="on-performaction" script:location="application" script:macro-name="Euro.Protect.ReadPassword" script:language="StarBasic"/> |