summaryrefslogtreecommitdiff
path: root/basic/source/inc/errobject.hxx
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/source/inc/errobject.hxx
parentd08e466c465b6d10c381937fd5e7ba8a160e7b85 (diff)
New loplugin:dynexcspec: Add @throws documentation, basic
Change-Id: Ic3e265e05c69942c5c1c7d1b83f65f2cbe35ca1f
Diffstat (limited to 'basic/source/inc/errobject.hxx')
-rw-r--r--basic/source/inc/errobject.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/inc/errobject.hxx b/basic/source/inc/errobject.hxx
index 427f2f1b8715..07ac40f7e788 100644
--- a/basic/source/inc/errobject.hxx
+++ b/basic/source/inc/errobject.hxx
@@ -35,6 +35,7 @@ public:
static SbxVariableRef const & getErrObject();
static css::uno::Reference< ooo::vba::XErrObject > const & getUnoErrObject();
+ /// @throws css::uno::RuntimeException
void setNumberAndDescription( ::sal_Int32 _number, const OUString& _description )
throw (css::uno::RuntimeException);
};