summaryrefslogtreecommitdiff
path: root/framework/source/xml/acceleratorconfigurationreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/xml/acceleratorconfigurationreader.cxx')
-rw-r--r--framework/source/xml/acceleratorconfigurationreader.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/framework/source/xml/acceleratorconfigurationreader.cxx b/framework/source/xml/acceleratorconfigurationreader.cxx
index fe58cc78a529..b73f1f71f02e 100644
--- a/framework/source/xml/acceleratorconfigurationreader.cxx
+++ b/framework/source/xml/acceleratorconfigurationreader.cxx
@@ -69,14 +69,10 @@ AcceleratorConfigurationReader::~AcceleratorConfigurationReader()
}
void SAL_CALL AcceleratorConfigurationReader::startDocument()
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
}
void SAL_CALL AcceleratorConfigurationReader::endDocument()
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
// The xml file seems to be corrupted.
// Because we found no end-tags ... at least for
@@ -92,8 +88,6 @@ void SAL_CALL AcceleratorConfigurationReader::endDocument()
void SAL_CALL AcceleratorConfigurationReader::startElement(const OUString& sElement ,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttributeList)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
EXMLElement eElement = AcceleratorConfigurationReader::implst_classifyElement(sElement);
@@ -182,8 +176,6 @@ void SAL_CALL AcceleratorConfigurationReader::startElement(const OUString&
}
void SAL_CALL AcceleratorConfigurationReader::endElement(const OUString& sElement)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
EXMLElement eElement = AcceleratorConfigurationReader::implst_classifyElement(sElement);
@@ -205,27 +197,19 @@ void SAL_CALL AcceleratorConfigurationReader::endElement(const OUString& sElemen
}
void SAL_CALL AcceleratorConfigurationReader::characters(const OUString&)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
}
void SAL_CALL AcceleratorConfigurationReader::ignorableWhitespace(const OUString&)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
}
void SAL_CALL AcceleratorConfigurationReader::processingInstruction(const OUString& /*sTarget*/,
const OUString& /*sData*/ )
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
}
void SAL_CALL AcceleratorConfigurationReader::setDocumentLocator(const css::uno::Reference< css::xml::sax::XLocator >& xLocator)
- throw(css::xml::sax::SAXException,
- css::uno::RuntimeException, std::exception )
{
m_xLocator = xLocator;
}