summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPane.hxx
diff options
context:
space:
mode:
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.