summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-19 11:16:52 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-19 11:16:52 +0100
commit0dec5536c50fb545cf26701c6ecf158d3f9ab38a (patch)
treefe3c5321c8397cda3eea7d5ab0926c7fe01fbe0d /sd/source/ui/inc
parent1644d80f7aa55a6b2e4a926215b105842c3ab242 (diff)
slidecopy: XResourceFactory::createResource now allows to raise IllegalArgument/WrappedTargetException
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/framework/PresentationFactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/framework/PresentationFactory.hxx b/sd/source/ui/inc/framework/PresentationFactory.hxx
index 0e735f74a565..009facaf6438 100644
--- a/sd/source/ui/inc/framework/PresentationFactory.hxx
+++ b/sd/source/ui/inc/framework/PresentationFactory.hxx
@@ -86,7 +86,7 @@ public:
SAL_CALL createResource (
const css::uno::Reference<
css::drawing::framework::XResourceId>& rxViewId)
- throw(css::uno::RuntimeException);
+ throw (css::uno::RuntimeException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException);
virtual void SAL_CALL releaseResource (
const css::uno::Reference<css::drawing::framework::XResource>& xView)