diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-10-31 12:33:17 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-10-31 12:33:17 +0000 |
commit | f6695e7bff52e52e59f6761bd0a1311b0a921866 (patch) | |
tree | fe49f8753e49523a77cc3ad426085638446203f6 /wizards/source/euro/ConvertRun.xba | |
parent | 505af0c39aa8ec52bc5049bf92c9037bcfe4e4ee (diff) |
#93583# now previously opened documents are not disposed
Diffstat (limited to 'wizards/source/euro/ConvertRun.xba')
-rw-r--r-- | wizards/source/euro/ConvertRun.xba | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wizards/source/euro/ConvertRun.xba b/wizards/source/euro/ConvertRun.xba index c1144b8a97f6..093387865ff2 100644 --- a/wizards/source/euro/ConvertRun.xba +++ b/wizards/source/euro/ConvertRun.xba @@ -251,8 +251,7 @@ Dim OldCurExtension(2) as String CreateStyleEnumeration() End If EnableStep1DialogControls(True, bPreSelected, True) -' Todo: auf Integer umstellen - DialogModel.chkComplete.State = Not(Abs(bPreSelected)) + DialogModel.chkComplete.State = Abs(Not(bPreSelected)) DialogModel.optSelRange.Enabled = bPreSelected End Sub |