diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 12:58:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 12:58:29 +0000 |
commit | d35659adba37f4c3f8cfe873275e667eaac3bebe (patch) | |
tree | daef35864f2134f97fe911a21bffe7b3a5f5f4c8 /wizards/source/importwizard | |
parent | a6bfe65c0da9155cd22a3428384dac9738e7b11a (diff) |
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/source/importwizard')
-rw-r--r-- | wizards/source/importwizard/FilesModul.xba | 2 |
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("com.sun.star.document.DocumentProperties") + oDocInfo = CreateUnoService("com.sun.star.document.StandaloneDocumentInfo") bInterruptSearch = False For i = 0 To MaxCollectIndex SearchDir = PathCollection(i,0) |