summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:48:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:10 +0100
commitd9126de425534db6f09a1a7ef5d0e91f26a2c6ea (patch)
tree27e9ad01495d0a79769ea41c512a226b27399d8a /unoxml
parent9c807ff9d8e0e6e84852aead31d8b19ec6453207 (diff)
New loplugin:dynexcspec: Add @throws documentation, unoxml
Change-Id: I085b0c080acc38d1ec17bc96aac24d2b17e14b3b
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/documentbuilder.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unoxml/source/dom/documentbuilder.hxx b/unoxml/source/dom/documentbuilder.hxx
index 045a19ef455e..482c5ea718dc 100644
--- a/unoxml/source/dom/documentbuilder.hxx
+++ b/unoxml/source/dom/documentbuilder.hxx
@@ -124,6 +124,7 @@ namespace DOM
virtual void SAL_CALL setEntityResolver(const css::uno::Reference< css::xml::sax::XEntityResolver >& er)
throw (css::uno::RuntimeException, std::exception) override;
+ /// @throws css::uno::RuntimeException
css::uno::Reference< css::xml::sax::XEntityResolver > SAL_CALL getEntityResolver()
throw (css::uno::RuntimeException);