From 5e3fd01afb3457c663d6976997290edb99a3e375 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Jan 2004 17:39:03 +0000 Subject: INTEGRATION: CWS vclcleanup02 (1.2.170); FILE MERGED 2003/12/04 17:12:23 mt 1.2.170.1: #i23061# Removed AppServer code --- desktop/source/offacc/acceptor.cxx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'desktop/source/offacc/acceptor.cxx') diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index 69b0979b7e..1aa6921063 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: acceptor.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-25 13:52:40 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:39:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -293,12 +293,7 @@ Reference SAL_CALL AccInstanceProvider::getInstance (const OUString& Reference rInstance; - if ( aName.compareToAscii( "StarOffice.Startup" ) == 0) - { - // rvp client wants to connect - rInstance = Application::GetUnoInstance( m_rConnection, aName ); - } - else if ( aName.compareToAscii( "StarOffice.ServiceManager" ) == 0) + if ( aName.compareToAscii( "StarOffice.ServiceManager" ) == 0) { rInstance = Reference< XInterface >( m_rSMgr ); } -- cgit v1.2.3