From a6bfe65c0da9155cd22a3428384dac9738e7b11a Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 29 Jan 2008 12:58:14 +0000 Subject: INTEGRATION: CWS c16v002_SRC680 (1.26.134); FILE MERGED 2007/12/03 14:41:15 bc 1.26.134.1: #b6633533# Replaced deprecated service call --- wizards/source/euro/AutoPilotRun.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizards/source/euro/AutoPilotRun.xba b/wizards/source/euro/AutoPilotRun.xba index 1c6d04e6e177..052d71c2e27e 100644 --- a/wizards/source/euro/AutoPilotRun.xba +++ b/wizards/source/euro/AutoPilotRun.xba @@ -30,7 +30,7 @@ Dim oFactoryKey as Object BasicLibraries.LoadLibrary("Tools") BasicLibraries.LoadLibrary("ImportWizard") If InitResources("Euro Converter", "eur") Then - oDocInfo = CreateUnoService("com.sun.star.document.DocumentProperties") + oDocInfo = CreateUnoService("com.sun.star.document.StandaloneDocumentInfo") oUcb = createUnoService("com.sun.star.ucb.SimpleFileAccess") oLocale = GetStarOfficeLocale() InitializeConverter(oLocale, 2) -- cgit