summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/services/backingwindow.cxx9
-rw-r--r--framework/source/services/backingwindow.hxx1
2 files changed, 0 insertions, 10 deletions
diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx
index 950c1adde8cb..09984789da16 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -184,15 +184,6 @@ BackingWindow::~BackingWindow()
mxPopupMenu.clear();
}
-void BackingWindow::GetFocus()
-{
- // CRASH
- //if( IsVisible() )
- // mpWriterButton->GrabFocus();
- Window::GetFocus();
-}
-
-
IMPL_LINK( BackingWindow, WindowEventListener, VclSimpleEvent*, pEvent )
{
VclWindowEvent* pWinEvent = dynamic_cast<VclWindowEvent*>( pEvent );
diff --git a/framework/source/services/backingwindow.hxx b/framework/source/services/backingwindow.hxx
index 99b005a47e5c..1c58f9e6949b 100644
--- a/framework/source/services/backingwindow.hxx
+++ b/framework/source/services/backingwindow.hxx
@@ -119,7 +119,6 @@ namespace framework
virtual void Paint( const Rectangle& rRect );
virtual void Resize();
virtual long Notify( NotifyEvent& rNEvt );
- virtual void GetFocus();
virtual Size GetOptimalSize() const;