summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBorderManager.hxx
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2012-01-12 12:05:37 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-12 14:43:15 +0000
commit15fd86b9753cf201e7893618cb442ecc06c5385d (patch)
tree3f7040d4e176220b3c6ce5e1d73c0f0f04043ed4 /sdext/source/presenter/PresenterPaneBorderManager.hxx
parente198eea5a87bff84783bd038cf134e6ea3b764ad (diff)
sdext/source/presenter/*: remove extraneous vertical whitespace
Replace 5 lines of vertical whitespace in sdext/source/presenter/* with a single line so that more can be seen on the screen at once. Fixes bug 44635
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 };