summaryrefslogtreecommitdiff
path: root/sd/inc/stlfamily.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/stlfamily.hxx
parentb36f675c5e13decbd3204c0e5e893a41e5653a72 (diff)
New loplugin:dynexcspec: Add @throws documentation, sd
Change-Id: I01e47c52eb4313cf43561d7a57b71656fb66b2ef
Diffstat (limited to 'sd/inc/stlfamily.hxx')
-rw-r--r--sd/inc/stlfamily.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/inc/stlfamily.hxx b/sd/inc/stlfamily.hxx
index a58106192924..d3b7e1c7285f 100644
--- a/sd/inc/stlfamily.hxx
+++ b/sd/inc/stlfamily.hxx
@@ -102,8 +102,12 @@ public:
virtual void SAL_CALL removeVetoableChangeListener(const OUString& PropertyName,const css::uno::Reference<css::beans::XVetoableChangeListener>&aListener ) throw (css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
private:
+ /// @throws css::uno::RuntimeException
void throwIfDisposed() const throw(css::uno::RuntimeException);
+ /// @throws css::lang::IllegalArgumentException
SdStyleSheet* GetValidNewSheet( const css::uno::Any& rElement ) throw(css::lang::IllegalArgumentException);
+ /// @throws css::container::NoSuchElementException
+ /// @throws css::lang::WrappedTargetException
SdStyleSheet* GetSheetByName( const OUString& rName ) throw(css::container::NoSuchElementException, css::lang::WrappedTargetException );
SfxStyleFamily mnFamily;