summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterPane.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/PresenterPane.hxx
parentLogical error in writerperfect (diff)
downloadcore-15fd86b9753cf201e7893618cb442ecc06c5385d.tar.gz
core-15fd86b9753cf201e7893618cb442ecc06c5385d.zip
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/PresenterPane.hxx')
-rw-r--r--sdext/source/presenter/PresenterPane.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterPane.hxx b/sdext/source/presenter/PresenterPane.hxx
index 303bb0c6f5ed..6088760eb8bd 100644
--- a/sdext/source/presenter/PresenterPane.hxx
+++ b/sdext/source/presenter/PresenterPane.hxx
@@ -45,7 +45,6 @@
namespace css = ::com::sun::star;
-
namespace sdext { namespace presenter {
/** Pane used by the presenter screen. Pane objects are stored in the
@@ -68,7 +67,6 @@ public:
const css::uno::Reference<css::uno::XComponentContext>& rxContext)
SAL_THROW((css::uno::Exception));
-
// XPane
css::uno::Reference<css::awt::XWindow> SAL_CALL getWindow (void)
@@ -77,7 +75,6 @@ public:
css::uno::Reference<css::rendering::XCanvas> SAL_CALL getCanvas (void)
throw (css::uno::RuntimeException);
-
// XWindowListener
virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
@@ -92,13 +89,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);
-
private:
/** Store the bounding box so that when the window is resized or moved
we still know the old position and size.