From afff1029bb39ba9ed374d24d2b37366af548edcf Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 18 Apr 2005 13:40:04 +0000 Subject: 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 --- sfx2/source/inet/inettbc.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sfx2/source/inet/inettbc.cxx') 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; } -- cgit