summaryrefslogtreecommitdiffstats
path: root/basic/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 18:00:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:25 +0100
commit0f5da9c1c6e3e29de46f9ad48864945074004586 (patch)
tree9b73c28cb5b97f22e3619bd4afbf6655f469f148 /basic/inc
parentNew loplugin:dynexcspec: Add @throws documentation, canvas (diff)
downloadcore-0f5da9c1c6e3e29de46f9ad48864945074004586.tar.gz
core-0f5da9c1c6e3e29de46f9ad48864945074004586.zip
New loplugin:dynexcspec: Add @throws documentation, basic
Change-Id: Ic3e265e05c69942c5c1c7d1b83f65f2cbe35ca1f
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/sbobjmod.hxx1
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 ) ;
};