summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
index 78aa3583678d..e9889fe685fe 100644
--- a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
@@ -49,42 +49,42 @@ public:
// ::com::sun::star::xml::sax::XFastDocumentHandler:
virtual void SAL_CALL startDocument()
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL endDocument()
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL setDocumentLocator
(const uno::Reference< xml::sax::XLocator > & xLocator)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
// ::com::sun::star::xml::sax::XFastContextHandler:
virtual void SAL_CALL startFastElement
(::sal_Int32 Element,
const uno::Reference< xml::sax::XFastAttributeList > & Attribs)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL startUnknownElement
(const OUString & Namespace,
const OUString & Name,
const uno::Reference< xml::sax::XFastAttributeList > & Attribs)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL endFastElement(::sal_Int32 Element)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL endUnknownElement
(const OUString & Namespace,
const OUString & Name)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
createFastChildContext
(::sal_Int32 Element,
const uno::Reference< xml::sax::XFastAttributeList > & Attribs)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
createUnknownChildContext
(const OUString & Namespace,
const OUString & Name,
const uno::Reference< xml::sax::XFastAttributeList > & Attribs)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL characters(const OUString & aChars)
- throw (uno::RuntimeException, xml::sax::SAXException, std::exception);
+ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) SAL_OVERRIDE;
void setIsSubstream( bool bSubstream );