summaryrefslogtreecommitdiff
path: root/wizards/source/euro
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-06 10:00:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-06 10:00:12 +0000
commit203b910d8eae4ad7faae9217f663a021fa4731c1 (patch)
treec3deb1cbe208af1704f39dc2f75c5a0f50930379 /wizards/source/euro
parent4b7780b251565076908f556b6a4bfe13b4449363 (diff)
INTEGRATION: CWS extras23 (1.18.158); FILE MERGED
2005/12/21 10:47:53 ih 1.18.158.1: #i59542, i59544# function call tools.getDocumentType changed and MIMI Type changed to vnd.oasis.opendocument.XXX
Diffstat (limited to 'wizards/source/euro')
-rw-r--r--wizards/source/euro/Common.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/Common.xba b/wizards/source/euro/Common.xba
index a6a866d84b9a..42a5c643dd22 100644
--- a/wizards/source/euro/Common.xba
+++ b/wizards/source/euro/Common.xba
@@ -7,7 +7,7 @@ Public DialogPassword as Object
Public PasswordModel as Object
Sub RetrieveDocumentObjects()
- CurMimeType = GetDocumentType(oDocument)
+ CurMimeType = Tools.GetDocumentType(oDocument)
If Instr(1, CurMimeType, &quot;calc&quot;) &lt;&gt; 0 Then
oSheets = oDocument.Sheets
oSheet = oDocument.Sheets.GetbyIndex(0)