diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-06 10:00:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-06 10:00:29 +0000 |
commit | 99bb5dd186828a588d7dd2b6cc1bd612cd2b50aa (patch) | |
tree | 1bf0f96f3a63811f167f7e1701a524c54f77b35b /wizards/source | |
parent | 203b910d8eae4ad7faae9217f663a021fa4731c1 (diff) |
INTEGRATION: CWS extras23 (1.19.336); FILE MERGED
2005/12/21 10:47:54 ih 1.19.336.1: #i59542, i59544# function call tools.getDocumentType changed and MIMI Type changed to vnd.oasis.opendocument.XXX
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/euro/Init.xba | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wizards/source/euro/Init.xba b/wizards/source/euro/Init.xba index e6bef8d00af6..ee6706728b24 100644 --- a/wizards/source/euro/Init.xba +++ b/wizards/source/euro/Init.xba @@ -464,7 +464,7 @@ Dim Isthere as Boolean PWIndex = -1 If iDialogPage = 1 Then ToggleWindow(False) - sDocType = GetDocumentType(ThisComponent) + sDocType = Tools.GetDocumentType(ThisComponent) If sDocType = "sCalc" Then bDocHasProtectedSheets = CheckSheetProtection(oSheets) End If @@ -530,4 +530,5 @@ Dim bTakeThisLocale as Boolean Next n CurrIndex = -1 InitializeLocales = False -End Function</script:module>
\ No newline at end of file +End Function +</script:module>
\ No newline at end of file |