diff options
Diffstat (limited to 'sd/source/ui/slideshow/showwin.cxx')
-rw-r--r-- | sd/source/ui/slideshow/showwin.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index 11d2ae362039..6c52336aa896 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -280,12 +280,6 @@ void ShowWindow::Paint(vcl::RenderContext& /*rRenderContext*/, const Rectangle& } } -void ShowWindow::GetFocus() -{ - // base class - Window::GetFocus(); -} - void ShowWindow::LoseFocus() { Window::LoseFocus(); @@ -294,11 +288,6 @@ void ShowWindow::LoseFocus() TerminateShow(); } -void ShowWindow::Move() -{ - ::sd::Window::Move(); -} - void ShowWindow::SetEndMode() { if( ( SHOWWINDOWMODE_NORMAL == meShowWindowMode ) && mpViewShell && mpViewShell->GetView() ) |