diff options
Diffstat (limited to 'sd/source/ui/dlg/docprev.cxx')
-rw-r--r-- | sd/source/ui/dlg/docprev.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sd/source/ui/dlg/docprev.cxx b/sd/source/ui/dlg/docprev.cxx index fb0130546a1f..e720d3a7a106 100644 --- a/sd/source/ui/dlg/docprev.cxx +++ b/sd/source/ui/dlg/docprev.cxx @@ -143,23 +143,6 @@ void SdDocPreviewWin::Paint( vcl::RenderContext& /*rRenderContext*/, const ::too } } -bool SdDocPreviewWin::EventNotify( NotifyEvent& rNEvt ) -{ - if ( rNEvt.GetType() == MouseNotifyEvent::MOUSEBUTTONDOWN ) - { - const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); - if ( pMEvt->IsLeft() ) - { - if( rNEvt.GetWindow() == this ) - { - aClickHdl.Call(*this); - } - } - } - - return Control::EventNotify(rNEvt); -} - void SdDocPreviewWin::updateViewSettings() { SvtAccessibilityOptions aAccOptions; |