diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:47:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:09 +0100 |
commit | 7c58ebaa025d6b8852608045af23239f7402a8be (patch) | |
tree | 19dfb6058ff0dc7c1d5cdf1a9b674607ff248cd9 /xmlscript | |
parent | 2bba0a173d5a7eb2fc41871e86bdc4a2a3d3ef8f (diff) |
New loplugin:dynexcspec: Add @throws documentation, xmlscript
Change-Id: If91eee152b0ab5d9137e4dd1dec3c3df3146a783
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/imp_share.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlscript/source/xmldlg_imexp/imp_share.hxx b/xmlscript/source/xmldlg_imexp/imp_share.hxx index 86ae935898e3..d29fff943fce 100644 --- a/xmlscript/source/xmldlg_imexp/imp_share.hxx +++ b/xmlscript/source/xmldlg_imexp/imp_share.hxx @@ -501,6 +501,8 @@ public: { } + /// @throws css::xml::sax::SAXException + /// @throws css::uno::RuntimeException inline void finish() throw (css::xml::sax::SAXException, css::uno::RuntimeException, std::exception) { try |