summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.hxx b/sdext/source/presenter/PresenterPaneFactory.hxx
index 932111af0411..f605a0d8f59c 100644
--- a/sdext/source/presenter/PresenterPaneFactory.hxx
+++ b/sdext/source/presenter/PresenterPaneFactory.hxx
@@ -71,22 +71,19 @@ public:
const ::rtl::Reference<PresenterController>& rpPresenterController);
virtual ~PresenterPaneFactory() override;
- virtual void SAL_CALL disposing()
- throw (css::uno::RuntimeException) override;
+ virtual void SAL_CALL disposing() override;
// XResourceFactory
virtual css::uno::Reference<css::drawing::framework::XResource>
SAL_CALL createResource (
const css::uno::Reference<
- css::drawing::framework::XResourceId>& rxPaneId)
- throw (css::uno::RuntimeException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, std::exception) override;
+ css::drawing::framework::XResourceId>& rxPaneId) override;
virtual void SAL_CALL
releaseResource (
const css::uno::Reference<css::drawing::framework::XResource>&
- rxPane)
- throw (css::uno::RuntimeException, std::exception) override;
+ rxPane) override;
private:
css::uno::WeakReference<css::uno::XComponentContext> mxComponentContextWeak;
@@ -113,7 +110,7 @@ private:
const bool bIsSpritePane);
/// @throws css::lang::DisposedException
- void ThrowIfDisposed() const throw (css::lang::DisposedException);
+ void ThrowIfDisposed() const;
};
} }