summaryrefslogtreecommitdiff
path: root/sfx2/source/inet/inettbc.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 13:40:04 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 13:40:04 +0000
commitafff1029bb39ba9ed374d24d2b37366af548edcf (patch)
treec16bb05894156da0f8323f1063c4b499f6b30ece /sfx2/source/inet/inettbc.cxx
parent0b01c97a42bcfdd6b46757f7b3009a83b4178755 (diff)
INTEGRATION: CWS olefix (1.29.10); FILE MERGED
2005/04/06 16:11:09 cd 1.29.10.1: #i46844# Revert changes to support keyboard short-cuts in URL box. This must be fixed by a generic implementation
Diffstat (limited to 'sfx2/source/inet/inettbc.cxx')
-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;
}