From 502f6c4b2df48fd36a672f2e07f4cecaa1ab4222 Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Thu, 23 Aug 2001 13:30:57 +0000 Subject: #91465# Singletions as services are now returned by getValueByName() --- javaunohelper/com/sun/star/comp/helper/ComponentContext.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'javaunohelper/com/sun/star/comp') diff --git a/javaunohelper/com/sun/star/comp/helper/ComponentContext.java b/javaunohelper/com/sun/star/comp/helper/ComponentContext.java index 32fb13529..2583ef81b 100644 --- a/javaunohelper/com/sun/star/comp/helper/ComponentContext.java +++ b/javaunohelper/com/sun/star/comp/helper/ComponentContext.java @@ -2,9 +2,9 @@ * * $RCSfile: ComponentContext.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dbo $ $Date: 2001-06-25 14:27:51 $ + * last change: $Author: jbu $ $Date: 2001-08-23 14:30:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,7 +165,7 @@ public class ComponentContext implements XComponentContext, XComponent { if (m_xSMgr != null) { - m_xSMgr.createInstanceWithContext( serviceName, this ); + xInstance = m_xSMgr.createInstanceWithContext( serviceName, this ); } else { -- cgit v1.2.3