summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 12:58:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 12:58:29 +0000
commitd35659adba37f4c3f8cfe873275e667eaac3bebe (patch)
treedaef35864f2134f97fe911a21bffe7b3a5f5f4c8 /wizards
parentINTEGRATION: CWS c16v002_SRC680 (1.26.134); FILE MERGED (diff)
downloadcore-d35659adba37f4c3f8cfe873275e667eaac3bebe.tar.gz
core-d35659adba37f4c3f8cfe873275e667eaac3bebe.zip
INTEGRATION: CWS c16v002_SRC680 (1.45.114); FILE MERGED
2007/12/03 14:43:56 bc 1.45.114.1: #b6633533# Replaced deprecated service call
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/importwizard/FilesModul.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/importwizard/FilesModul.xba b/wizards/source/importwizard/FilesModul.xba
index 4f4d0dfe6c7b..787c9972f40d 100644
--- a/wizards/source/importwizard/FilesModul.xba
+++ b/wizards/source/importwizard/FilesModul.xba
@@ -41,7 +41,7 @@ Dim NewContentList() as String
Dim XMLTemplateContentString as String
Dim ApplIndex as Integer
Dim bAssignFileName as Boolean
- oDocInfo = CreateUnoService(&quot;com.sun.star.document.DocumentProperties&quot;)
+ oDocInfo = CreateUnoService(&quot;com.sun.star.document.StandaloneDocumentInfo&quot;)
bInterruptSearch = False
For i = 0 To MaxCollectIndex
SearchDir = PathCollection(i,0)