From d35659adba37f4c3f8cfe873275e667eaac3bebe Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 29 Jan 2008 12:58:29 +0000 Subject: 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 --- wizards/source/importwizard/FilesModul.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') 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) -- cgit