From d9126de425534db6f09a1a7ef5d0e91f26a2c6ea Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:48:28 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, unoxml Change-Id: I085b0c080acc38d1ec17bc96aac24d2b17e14b3b --- unoxml/source/dom/documentbuilder.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'unoxml') 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); -- cgit