summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBorderManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBorderManager.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBorderManager.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderManager.hxx b/sdext/source/presenter/PresenterPaneBorderManager.hxx
index db7002c7f518..fb9fd628848c 100644
--- a/sdext/source/presenter/PresenterPaneBorderManager.hxx
+++ b/sdext/source/presenter/PresenterPaneBorderManager.hxx
@@ -55,7 +55,6 @@
namespace css = ::com::sun::star;
-
namespace sdext { namespace presenter {
class PresenterController;
@@ -68,7 +67,6 @@ namespace {
> PresenterPaneBorderManagerInterfaceBase;
}
-
/** Manage the interactive moving and resizing of panes.
*/
class PresenterPaneBorderManager
@@ -84,20 +82,17 @@ public:
virtual void SAL_CALL disposing (void);
-
static ::rtl::OUString getImplementationName_static (void);
static css::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext)
SAL_THROW((css::uno::Exception));
-
// XInitialization
virtual void SAL_CALL initialize (const css::uno::Sequence<css::uno::Any>& rArguments)
throw (css::uno::Exception, css::uno::RuntimeException);
-
// XMouseListener
virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
@@ -112,7 +107,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)
@@ -121,12 +115,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);
-
private:
enum BorderElement { Top, TopLeft, TopRight, Left, Right, BottomLeft, BottomRight, Bottom,
Content, Outside };