summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/inettbc.hxx1
-rw-r--r--sfx2/inc/pch/precompiled_sfx2.hxx1
-rw-r--r--sfx2/source/appl/appserv.cxx1
-rw-r--r--sfx2/source/inet/inettbc.cxx16
4 files changed, 0 insertions, 19 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index f0a73404320c..abc2e55d2339 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -51,7 +51,6 @@ private:
DECL_LINK( OpenHdl, void* );
DECL_LINK( SelectHdl, void* );
- DECL_LINK( WindowEventListener, VclSimpleEvent* );
struct ExecuteInfo
{
diff --git a/sfx2/inc/pch/precompiled_sfx2.hxx b/sfx2/inc/pch/precompiled_sfx2.hxx
index f5a7c5a4187e..6fcc0d0ac1c1 100644
--- a/sfx2/inc/pch/precompiled_sfx2.hxx
+++ b/sfx2/inc/pch/precompiled_sfx2.hxx
@@ -548,7 +548,6 @@
#include "svtools/printoptions.hxx"
#include "unotools/printwarningoptions.hxx"
#include "svl/rectitem.hxx"
-#include "unotools/regoptions.hxx"
#include "unotools/saveopt.hxx"
#include "unotools/searchopt.hxx"
#include "unotools/securityoptions.hxx"
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index b31203592134..d0b0ba7d23f6 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -77,7 +77,6 @@
#include <unotools/pathoptions.hxx>
#include <unotools/moduleoptions.hxx>
-#include <unotools/regoptions.hxx>
#include <svtools/helpopt.hxx>
#include <svtools/miscopt.hxx>
#include <toolkit/helper/vclunohelper.hxx>
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index 9504049e5ec5..2986de1fdc27 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -211,22 +211,6 @@ IMPL_LINK( SfxURLToolBoxControl_Impl, OpenHdl, void*, EMPTYARG )
return 1L;
}
-IMPL_LINK( SfxURLToolBoxControl_Impl, WindowEventListener, VclSimpleEvent*, pEvent )
-{
- if ( pAccExec &&
- pEvent &&
- pEvent->ISA( VclWindowEvent ) &&
- ( pEvent->GetId() == VCLEVENT_WINDOW_KEYINPUT ))
- {
- VclWindowEvent* pWinEvent = static_cast< VclWindowEvent* >( pEvent );
- KeyEvent* pKeyEvent = static_cast< KeyEvent* >( pWinEvent->GetData() );
-
- pAccExec->execute( pKeyEvent->GetKeyCode() );
- }
-
- return 1;
-}
-
//***************************************************************************
void SfxURLToolBoxControl_Impl::StateChanged