summaryrefslogtreecommitdiff
path: root/framework/inc/xml/acceleratorconfigurationreader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/acceleratorconfigurationreader.hxx')
-rw-r--r--framework/inc/xml/acceleratorconfigurationreader.hxx32
1 files changed, 8 insertions, 24 deletions
diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx
index cccdb1740286..ae0fb9019451 100644
--- a/framework/inc/xml/acceleratorconfigurationreader.hxx
+++ b/framework/inc/xml/acceleratorconfigurationreader.hxx
@@ -101,39 +101,23 @@ class AcceleratorConfigurationReader : public ::cppu::WeakImplHelper< css::xml::
virtual ~AcceleratorConfigurationReader() override;
// XDocumentHandler
- virtual void SAL_CALL startDocument()
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL startDocument() override;
- virtual void SAL_CALL endDocument()
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL endDocument() override;
virtual void SAL_CALL startElement(const OUString& sElement ,
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttributeList)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ const css::uno::Reference< css::xml::sax::XAttributeList >& xAttributeList) override;
- virtual void SAL_CALL endElement(const OUString& sElement)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL endElement(const OUString& sElement) override;
- virtual void SAL_CALL characters(const OUString& sChars)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL characters(const OUString& sChars) override;
- virtual void SAL_CALL ignorableWhitespace(const OUString& sWhitespaces)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL ignorableWhitespace(const OUString& sWhitespaces) override;
virtual void SAL_CALL processingInstruction(const OUString& sTarget,
- const OUString& sData )
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ const OUString& sData ) override;
- virtual void SAL_CALL setDocumentLocator(const css::uno::Reference< css::xml::sax::XLocator >& xLocator)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL setDocumentLocator(const css::uno::Reference< css::xml::sax::XLocator >& xLocator) override;
// helper