summaryrefslogtreecommitdiff
path: root/include/oox/core/fragmenthandler2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/fragmenthandler2.hxx')
-rw-r--r--include/oox/core/fragmenthandler2.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/oox/core/fragmenthandler2.hxx b/include/oox/core/fragmenthandler2.hxx
index c4d2bdae07ef..04a3eb4883fa 100644
--- a/include/oox/core/fragmenthandler2.hxx
+++ b/include/oox/core/fragmenthandler2.hxx
@@ -62,31 +62,31 @@ public:
sal_Int32 nElement,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& rxAttribs )
throw( ::com::sun::star::xml::sax::SAXException,
- ::com::sun::star::uno::RuntimeException ) SAL_FINAL;
+ ::com::sun::star::uno::RuntimeException, std::exception ) SAL_FINAL;
virtual void SAL_CALL startFastElement(
sal_Int32 nElement,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& rxAttribs )
throw( ::com::sun::star::xml::sax::SAXException,
- ::com::sun::star::uno::RuntimeException ) SAL_FINAL;
+ ::com::sun::star::uno::RuntimeException, std::exception ) SAL_FINAL;
virtual void SAL_CALL characters( const OUString& rChars )
throw( ::com::sun::star::xml::sax::SAXException,
- ::com::sun::star::uno::RuntimeException ) SAL_FINAL;
+ ::com::sun::star::uno::RuntimeException, std::exception ) SAL_FINAL;
virtual void SAL_CALL endFastElement( sal_Int32 nElement )
throw( ::com::sun::star::xml::sax::SAXException,
- ::com::sun::star::uno::RuntimeException ) SAL_FINAL;
+ ::com::sun::star::uno::RuntimeException, std::exception ) SAL_FINAL;
// com.sun.star.xml.sax.XFastDocumentHandler interface --------------------
virtual void SAL_CALL startDocument()
throw( ::com::sun::star::xml::sax::SAXException,
- ::com::sun::star::uno::RuntimeException );
+ ::com::sun::star::uno::RuntimeException, std::exception );
virtual void SAL_CALL endDocument()
throw( ::com::sun::star::xml::sax::SAXException,
- ::com::sun::star::uno::RuntimeException );
+ ::com::sun::star::uno::RuntimeException, std::exception );
// oox.core.ContextHandler interface --------------------------------------