summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/BasicViewFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/BasicViewFactory.cxx')
-rw-r--r--sd/source/ui/framework/factories/BasicViewFactory.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/framework/factories/BasicViewFactory.cxx b/sd/source/ui/framework/factories/BasicViewFactory.cxx
index 387dafc430ea..b608cb344e8a 100644
--- a/sd/source/ui/framework/factories/BasicViewFactory.cxx
+++ b/sd/source/ui/framework/factories/BasicViewFactory.cxx
@@ -132,7 +132,6 @@ void SAL_CALL BasicViewFactory::disposing()
Reference<XResource> SAL_CALL BasicViewFactory::createResource (
const Reference<XResourceId>& rxViewId)
- throw(RuntimeException, IllegalArgumentException, WrappedTargetException, std::exception)
{
Reference<XResource> xView;
const bool bIsCenterPane (
@@ -186,7 +185,6 @@ Reference<XResource> SAL_CALL BasicViewFactory::createResource (
}
void SAL_CALL BasicViewFactory::releaseResource (const Reference<XResource>& rxView)
- throw(RuntimeException, std::exception)
{
if ( ! rxView.is())
throw lang::IllegalArgumentException();
@@ -239,7 +237,6 @@ void SAL_CALL BasicViewFactory::releaseResource (const Reference<XResource>& rxV
}
void SAL_CALL BasicViewFactory::initialize (const Sequence<Any>& aArguments)
- throw (Exception, RuntimeException, std::exception)
{
if (aArguments.getLength() > 0)
{