diff options
-rw-r--r-- | desktop/source/app/app.cxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 7ec212480772..9daa74224183 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.62 $ + * $Revision: 1.63 $ * - * last change: $Author: mba $ $Date: 2001-11-21 16:31:29 $ + * last change: $Author: dbo $ $Date: 2001-11-26 17:46:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,9 +92,6 @@ #ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_ #include <com/sun/star/lang/XComponent.hpp> #endif -#ifndef _COM_SUN_STAR_BRIDGE_XCONNECTIONBROKER_HPP_ -#include <com/sun/star/bridge/XConnectionBroker.hpp> -#endif #ifndef _COM_SUN_STAR_FRAME_XDESKTOP_HPP_ #include <com/sun/star/frame/XDesktop.hpp> #endif @@ -1378,9 +1375,6 @@ void Desktop::Main() { Application::SetSystemWindowMode( SYSTEMWINDOW_MODE_DIALOG ); - Reference< XConnectionBroker > xServiceManagerBroker; - Reference< XConnectionBroker > xPalmPilotManagerBroker; - InitTestToolLib(); if ( !bTerminateRequested ) @@ -1471,11 +1465,6 @@ void Desktop::Main() // remove temp directory removeTemporaryDirectory(); - if( xPalmPilotManagerBroker.is() ) - xPalmPilotManagerBroker->stopAccepting(); - if( xServiceManagerBroker.is() ) - xServiceManagerBroker->stopAccepting(); - if( pOfficeAcceptThread ) { pOfficeAcceptThread->stopAccepting(); |