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
This commit is contained in:
parent
0b01c97a42
commit
afff1029bb
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue