summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSpritePane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSpritePane.cxx')
-rw-r--r--sdext/source/presenter/PresenterSpritePane.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sdext/source/presenter/PresenterSpritePane.cxx b/sdext/source/presenter/PresenterSpritePane.cxx
index f873af85fa71..f951258cd053 100644
--- a/sdext/source/presenter/PresenterSpritePane.cxx
+++ b/sdext/source/presenter/PresenterSpritePane.cxx
@@ -62,14 +62,12 @@ void PresenterSpritePane::disposing()
//----- XPane -----------------------------------------------------------------
Reference<awt::XWindow> SAL_CALL PresenterSpritePane::getWindow()
- throw (RuntimeException, std::exception)
{
ThrowIfDisposed();
return mxContentWindow;
}
Reference<rendering::XCanvas> SAL_CALL PresenterSpritePane::getCanvas()
- throw (RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -82,7 +80,6 @@ Reference<rendering::XCanvas> SAL_CALL PresenterSpritePane::getCanvas()
//----- XWindowListener -------------------------------------------------------
void SAL_CALL PresenterSpritePane::windowResized (const awt::WindowEvent& rEvent)
- throw (RuntimeException, std::exception)
{
(void)rEvent;
PresenterPaneBase::windowResized(rEvent);
@@ -93,7 +90,6 @@ void SAL_CALL PresenterSpritePane::windowResized (const awt::WindowEvent& rEvent
}
void SAL_CALL PresenterSpritePane::windowMoved (const awt::WindowEvent& rEvent)
- throw (RuntimeException, std::exception)
{
(void)rEvent;
PresenterPaneBase::windowMoved(rEvent);
@@ -105,7 +101,6 @@ void SAL_CALL PresenterSpritePane::windowMoved (const awt::WindowEvent& rEvent)
}
void SAL_CALL PresenterSpritePane::windowShown (const lang::EventObject& rEvent)
- throw (RuntimeException, std::exception)
{
(void)rEvent;
PresenterPaneBase::windowShown(rEvent);
@@ -121,7 +116,6 @@ void SAL_CALL PresenterSpritePane::windowShown (const lang::EventObject& rEvent)
}
void SAL_CALL PresenterSpritePane::windowHidden (const lang::EventObject& rEvent)
- throw (RuntimeException, std::exception)
{
(void)rEvent;
PresenterPaneBase::windowHidden(rEvent);
@@ -134,7 +128,6 @@ void SAL_CALL PresenterSpritePane::windowHidden (const lang::EventObject& rEvent
//----- XPaintListener --------------------------------------------------------
void SAL_CALL PresenterSpritePane::windowPaint (const awt::PaintEvent& rEvent)
- throw (RuntimeException, std::exception)
{
(void)rEvent;
ThrowIfDisposed();