summaryrefslogtreecommitdiff
path: root/wizards/source/euro
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/euro')
-rw-r--r--wizards/source/euro/Init.xba5
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