summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlerror.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:46:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:08 +0100
commit7fca7325543415e53e9db2a95e6a1ea5e77f429e (patch)
tree1b563a8dc50c4eb5429328c8238a6994853c5830 /include/xmloff/xmlerror.hxx
parentNew loplugin:dynexcspec: Add @throws documentation, xmlsecurity (diff)
downloadcore-7fca7325543415e53e9db2a95e6a1ea5e77f429e.tar.gz
core-7fca7325543415e53e9db2a95e6a1ea5e77f429e.zip
New loplugin:dynexcspec: Add @throws documentation, xmloff
Change-Id: Idf9db7108514e91fb4fe3abeca55fbab844c770a
Diffstat (limited to 'include/xmloff/xmlerror.hxx')
-rw-r--r--include/xmloff/xmlerror.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmlerror.hxx b/include/xmloff/xmlerror.hxx
index 96cace370dd8..450961020616 100644
--- a/include/xmloff/xmlerror.hxx
+++ b/include/xmloff/xmlerror.hxx
@@ -131,6 +131,7 @@ public:
* throw a SAXParseException that describes the first error that matches
* the given mask
*/
+ /// @throws css::xml::sax::SAXParseException
void ThrowErrorAsSAXException( sal_Int32 nIdMask )
throw( css::xml::sax::SAXParseException );
};