diff options
Diffstat (limited to 'sdext/source/presenter/PresenterScrollBar.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterScrollBar.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sdext/source/presenter/PresenterScrollBar.hxx b/sdext/source/presenter/PresenterScrollBar.hxx index 6fdaeda8acab..2f2144535d84 100644 --- a/sdext/source/presenter/PresenterScrollBar.hxx +++ b/sdext/source/presenter/PresenterScrollBar.hxx @@ -135,13 +135,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) @@ -156,7 +154,6 @@ public: virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) throw(css::uno::RuntimeException); - // XMouseMotionListener virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent) @@ -165,12 +162,10 @@ public: virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException); - // lang::XEventListener virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) throw (css::uno::RuntimeException); - enum Area { Total, Pager, Thumb, PagerUp, PagerDown, PrevButton, NextButton, None, __AreaCount__ = None }; @@ -258,9 +253,6 @@ private: Area GetArea (const double nX, const double nY) const; }; - - - /** A vertical scroll bar. */ class PresenterVerticalScrollBar : public PresenterScrollBar @@ -293,9 +285,6 @@ private: sal_Int32 mnScrollBarWidth; }; - - - /** A horizontal scroll bar. */ class PresenterHorizontalScrollBar : public PresenterScrollBar @@ -328,9 +317,6 @@ private: sal_Int32 mnScrollBarHeight; }; - - - } } // end of namespace ::sdext::presenter #endif |