summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
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/source/ui/unoidl
parentb36f675c5e13decbd3204c0e5e893a41e5653a72 (diff)
New loplugin:dynexcspec: Add @throws documentation, sd
Change-Id: I01e47c52eb4313cf43561d7a57b71656fb66b2ef
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unoobj.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/unoobj.hxx b/sd/source/ui/unoidl/unoobj.hxx
index a465de1e64d0..75b1389ed9cd 100644
--- a/sd/source/ui/unoidl/unoobj.hxx
+++ b/sd/source/ui/unoidl/unoobj.hxx
@@ -45,13 +45,19 @@ private:
const SfxItemPropertyMapEntry* mpMap;
SdXImpressDocument* mpModel;
+ /// @throws css::lang::IllegalArgumentException
+ /// @throws css::beans::UnknownPropertyException
+ /// @throws css::uno::RuntimeException
void SetStyleSheet( const css::uno::Any& rAny )
throw( css::lang::IllegalArgumentException, css::beans::UnknownPropertyException, css::uno::RuntimeException );
+ /// @throws css::beans::UnknownPropertyException
css::uno::Any GetStyleSheet() const throw( css::beans::UnknownPropertyException );
// Intern
+ /// @throws std::exception
SdAnimationInfo* GetAnimationInfo( bool bCreate = false ) const
throw (std::exception);
+ /// @throws std::exception
bool IsPresObj() const
throw (std::exception);