summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-11-26 16:46:53 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-11-26 16:46:53 +0000
commitfe818f3c7f2af1c6026e2207162b20db6f14ed1a (patch)
treec1cb693bcabf5804306be9406163438ae85a973a /desktop
parenta220fbf02517dda689d3bec6755e70c0862c9a65 (diff)
#95219# unsupported ConnectionBroker
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx15
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();