summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-08 20:52:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-08 20:52:41 +0000
commit12e0102f39ee3a0398a4369bbc4af4ea0f51ca14 (patch)
treed2780c6f61eddd6953c6ef3991fd0cbfdb63a94f /include/sax
parent249cc89a292bb18e28d0f8447db70cd1adafcaad (diff)
coverity#1130446 Uncaught exception
Change-Id: I9225b4ffd507fa3d666862a55dae349c9a76e91d
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/fastparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sax/fastparser.hxx b/include/sax/fastparser.hxx
index 83fbe9df7fa7..12d5b4d263df 100644
--- a/include/sax/fastparser.hxx
+++ b/include/sax/fastparser.hxx
@@ -53,7 +53,7 @@ public:
virtual ~FastSaxParser();
// XFastParser
- virtual void SAL_CALL parseStream( const ::com::sun::star::xml::sax::InputSource& aInputSource ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL parseStream( const ::com::sun::star::xml::sax::InputSource& aInputSource ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL setFastDocumentHandler( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastDocumentHandler >& Handler ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setTokenHandler( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastTokenHandler >& Handler ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL registerNamespace( const OUString& NamespaceURL, sal_Int32 NamespaceToken ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);