summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.cxx b/sdext/source/presenter/PresenterPaneFactory.cxx
index 9be6b39bc4ae..3477895c03d3 100644
--- a/sdext/source/presenter/PresenterPaneFactory.cxx
+++ b/sdext/source/presenter/PresenterPaneFactory.cxx
@@ -115,7 +115,6 @@ PresenterPaneFactory::~PresenterPaneFactory()
}
void SAL_CALL PresenterPaneFactory::disposing()
- throw (RuntimeException)
{
Reference<XConfigurationController> xCC (mxConfigurationControllerWeak);
if (xCC.is())
@@ -141,7 +140,6 @@ void SAL_CALL PresenterPaneFactory::disposing()
Reference<XResource> SAL_CALL PresenterPaneFactory::createResource (
const Reference<XResourceId>& rxPaneId)
- throw (RuntimeException, IllegalArgumentException, WrappedTargetException, std::exception)
{
ThrowIfDisposed();
@@ -181,7 +179,6 @@ Reference<XResource> SAL_CALL PresenterPaneFactory::createResource (
}
void SAL_CALL PresenterPaneFactory::releaseResource (const Reference<XResource>& rxResource)
- throw (RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -317,7 +314,6 @@ Reference<XResource> PresenterPaneFactory::CreatePane (
}
void PresenterPaneFactory::ThrowIfDisposed() const
- throw (css::lang::DisposedException)
{
if (rBHelper.bDisposed || rBHelper.bInDispose)
{