summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbaaccesshelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:48:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:10 +0100
commit9439844a795e32c67bdb0b0d83f7d9c200866df4 (patch)
tree4e324d513c88a9e75bfe0d7e8e638a5b42d86125 /include/vbahelper/vbaaccesshelper.hxx
parent7c58ebaa025d6b8852608045af23239f7402a8be (diff)
New loplugin:dynexcspec: Add @throws documentation, vbahelper
Change-Id: I44f1c8f7f2ffdbd050ea219c6b89b246fcbd2473
Diffstat (limited to 'include/vbahelper/vbaaccesshelper.hxx')
-rw-r--r--include/vbahelper/vbaaccesshelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vbahelper/vbaaccesshelper.hxx b/include/vbahelper/vbaaccesshelper.hxx
index 6bf5d7a5eaad..9881090cd783 100644
--- a/include/vbahelper/vbaaccesshelper.hxx
+++ b/include/vbahelper/vbaaccesshelper.hxx
@@ -52,6 +52,7 @@ namespace ooo
return xVBAFactory;
}
+ /// @throws css::uno::Exception
inline css::uno::Reference< css::uno::XInterface > createVBAUnoAPIServiceWithArgs( SfxObjectShell* pShell, const sal_Char* _pAsciiName, const css::uno::Sequence< css::uno::Any >& aArgs ) throw (css::uno::Exception)
{
OSL_PRECOND( pShell, "createVBAUnoAPIService: no shell!" );