summaryrefslogtreecommitdiff
path: root/sd/source/core/sdpage_animations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/sdpage_animations.cxx')
-rw-r--r--sd/source/core/sdpage_animations.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/sdpage_animations.cxx b/sd/source/core/sdpage_animations.cxx
index 2877ea59d37a..1972c725f06f 100644
--- a/sd/source/core/sdpage_animations.cxx
+++ b/sd/source/core/sdpage_animations.cxx
@@ -48,7 +48,7 @@ sd::MainSequencePtr const & SdPage::getMainSequence()
}
/** returns the main animation node */
-Reference< XAnimationNode > const & SdPage::getAnimationNode() throw (RuntimeException)
+Reference< XAnimationNode > const & SdPage::getAnimationNode()
{
if( !mxAnimationNode.is() )
{
@@ -61,7 +61,7 @@ Reference< XAnimationNode > const & SdPage::getAnimationNode() throw (RuntimeExc
return mxAnimationNode;
}
-void SdPage::setAnimationNode( Reference< XAnimationNode >& xNode ) throw (RuntimeException)
+void SdPage::setAnimationNode( Reference< XAnimationNode >& xNode )
{
mxAnimationNode = xNode;
if( mpMainSequence.get() )