summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:53:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:15 +0100
commitf96428fc5f9c19b9fe1d6eb32ddac8d84f7372ef (patch)
treed2a92a9b0edafef68d01c4f71c0ba09355fe5f52 /sd/inc/sdpage.hxx
parentb36f675c5e13decbd3204c0e5e893a41e5653a72 (diff)
New loplugin:dynexcspec: Add @throws documentation, sd
Change-Id: I01e47c52eb4313cf43561d7a57b71656fb66b2ef
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index dc23fed641da..38eb3bf87f74 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -291,10 +291,16 @@ public:
bool setAlienAttributes( const css::uno::Any& rAttributes );
void getAlienAttributes( css::uno::Any& rAttributes );
- /** @return the main animation node */
+ /** @return the main animation node
+
+ @throws css::uno::RuntimeException
+ */
css::uno::Reference< css::animations::XAnimationNode > const & getAnimationNode() throw (css::uno::RuntimeException);
- /** sets the main animation node */
+ /** sets the main animation node
+
+ @throws css::uno::RuntimeException
+ */
void setAnimationNode( css::uno::Reference< css::animations::XAnimationNode >& xNode ) throw (css::uno::RuntimeException);
/// @return a helper class to manipulate effects inside the main sequence