diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:39:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:39:03 +0000 |
commit | 0683a23249cdfe42a98d652c150611e404e799c1 (patch) | |
tree | 16ef0fa73ea585307f80a37d81cbc3d10d577ce9 /desktop/source/offacc | |
parent | fe39b3068f7ab815fd0113a459e5e2e7bfed73d1 (diff) |
INTEGRATION: CWS vclcleanup02 (1.2.170); FILE MERGED
2003/12/04 17:12:23 mt 1.2.170.1: #i23061# Removed AppServer code
Diffstat (limited to 'desktop/source/offacc')
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index 2f7d2330af3a..d9534447c7ec 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<XInterface> SAL_CALL AccInstanceProvider::getInstance (const OUString& Reference<XInterface> 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 ); } |