summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/inet/inettbc.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index c8a170dfbcc7..f7213c4761f2 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inettbc.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2005-03-23 16:25:21 $
+ * last change: $Author: obo $ $Date: 2005-04-18 14:40:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,10 +231,6 @@ Window* SfxURLToolBoxControl_Impl::CreateItemWindow( Window* pParent )
pURLBox->SetOpenHdl( LINK( this, SfxURLToolBoxControl_Impl, OpenHdl ) );
pURLBox->SetSelectHdl( LINK( this, SfxURLToolBoxControl_Impl, SelectHdl ) );
- pURLBox->AddEventListener( LINK( this, SfxURLToolBoxControl_Impl, WindowEventListener ));
- pAccExec = ::svt::AcceleratorExecute::createAcceleratorHelper();
- pAccExec->init(::comphelper::getProcessServiceFactory(), getFrameInterface() );
-
return pURLBox;
}