diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:00:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:25 +0100 |
commit | 0f5da9c1c6e3e29de46f9ad48864945074004586 (patch) | |
tree | 9b73c28cb5b97f22e3619bd4afbf6655f469f148 /basic/inc | |
parent | d08e466c465b6d10c381937fd5e7ba8a160e7b85 (diff) |
New loplugin:dynexcspec: Add @throws documentation, basic
Change-Id: Ic3e265e05c69942c5c1c7d1b83f65f2cbe35ca1f
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/sbobjmod.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/inc/sbobjmod.hxx b/basic/inc/sbobjmod.hxx index 58504c621dd9..1b63cc437d5d 100644 --- a/basic/inc/sbobjmod.hxx +++ b/basic/inc/sbobjmod.hxx @@ -44,6 +44,7 @@ public: using SbxValue::GetObject; SbxVariable* GetObject(); + /// @throws css::uno::RuntimeException void SetUnoObject( const css::uno::Any& aObj )throw ( css::uno::RuntimeException, std::exception ) ; }; |