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/ConvertRun.xba | |
parent | 1d777c6a0debcd0733a8f369f6c3777fb5b67597 (diff) |
#95686# Progressbar now in Dialog inserted
Diffstat (limited to 'wizards/source/euro/ConvertRun.xba')
-rw-r--r-- | wizards/source/euro/ConvertRun.xba | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wizards/source/euro/ConvertRun.xba b/wizards/source/euro/ConvertRun.xba index 57ffffcd1cb5..0582b0c6f4ff 100644 --- a/wizards/source/euro/ConvertRun.xba +++ b/wizards/source/euro/ConvertRun.xba @@ -306,4 +306,12 @@ Sub SetOptionValuestoNull() .optSelRange.State = 0 End With End Sub + + + +Sub SetStatusLineText(sStsREPROTECT as String) + If Not IsNull(oStatusLine) Then + oStatusline.SetText(sStsREPROTECT) + End If +End Sub </script:module>
\ No newline at end of file |