diff options
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 0361ba856000..067b13a60e07 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -1357,7 +1357,8 @@ FastSaxParser::~FastSaxParser() } void FastSaxParser::parseStream( const xml::sax::InputSource& aInputSource ) - throw (xml::sax::SAXException, io::IOException, uno::RuntimeException) + throw (xml::sax::SAXException, io::IOException, + uno::RuntimeException, std::exception) { mpImpl->parseStream(aInputSource); } |