New loplugin:dynexcspec: Add @throws documentation, unoxml

Change-Id: I085b0c080acc38d1ec17bc96aac24d2b17e14b3b
This commit is contained in:
Stephan Bergmann 2017-01-19 17:48:28 +01:00
parent 9c807ff9d8
commit d9126de425

View file

@ -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);