diff options
Diffstat (limited to 'sdext/source/presenter/PresenterWindowManager.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterWindowManager.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterWindowManager.hxx b/sdext/source/presenter/PresenterWindowManager.hxx index 58d55638f9de..3051c386ada1 100644 --- a/sdext/source/presenter/PresenterWindowManager.hxx +++ b/sdext/source/presenter/PresenterWindowManager.hxx @@ -69,7 +69,6 @@ namespace { > PresenterWindowManagerInterfaceBase; } - /** A simple manager of the positions of the panes of the presenter screen. Uses relative coordinates of the four sides of each pane. Allows panes to be moved or resized with the mouse. @@ -143,13 +142,11 @@ public: virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent) throw (css::uno::RuntimeException); - // XPaintListener virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent) throw (css::uno::RuntimeException); - // XMouseListener virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent) @@ -164,7 +161,6 @@ public: virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) throw(css::uno::RuntimeException); - // XFocusListener virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent) @@ -173,7 +169,6 @@ public: virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent) throw (css::uno::RuntimeException); - // XEventListener virtual void SAL_CALL disposing ( |