summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterViewFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterViewFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterViewFactory.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 67654127f465..912bc1bab0e0 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.cxx
@@ -74,8 +74,7 @@ public:
}
virtual void SAL_CALL setCurrentPage (
- const css::uno::Reference<css::drawing::XDrawPage>& rxSlide)
- throw (css::uno::RuntimeException, std::exception) override
+ const css::uno::Reference<css::drawing::XDrawPage>& rxSlide) override
{
Reference<presentation::XSlideShowController> xSlideShowController (
mpPresenterController->GetSlideShowController());
@@ -179,7 +178,6 @@ PresenterViewFactory::~PresenterViewFactory()
}
void SAL_CALL PresenterViewFactory::disposing()
- throw (RuntimeException)
{
if (mxConfigurationController.is())
mxConfigurationController->removeResourceFactoryForReference(this);
@@ -210,7 +208,6 @@ void SAL_CALL PresenterViewFactory::disposing()
Reference<XResource> SAL_CALL PresenterViewFactory::createResource (
const Reference<XResourceId>& rxViewId)
- throw (RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -236,7 +233,6 @@ Reference<XResource> SAL_CALL PresenterViewFactory::createResource (
}
void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>& rxView)
- throw (RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -515,7 +511,6 @@ Reference<XView> PresenterViewFactory::CreateHelpView(
}
void PresenterViewFactory::ThrowIfDisposed() const
- throw (css::lang::DisposedException)
{
if (rBHelper.bDisposed || rBHelper.bInDispose)
{