summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/importcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/importcontext.cxx')
-rw-r--r--sc/source/filter/xml/importcontext.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/xml/importcontext.cxx b/sc/source/filter/xml/importcontext.cxx
index 56196ea98f69..d0bceeddbcd7 100644
--- a/sc/source/filter/xml/importcontext.cxx
+++ b/sc/source/filter/xml/importcontext.cxx
@@ -31,17 +31,14 @@ const ScXMLImport& ScXMLImportContext::GetScImport() const
}
void SAL_CALL ScXMLImportContext::startFastElement(sal_Int32 /*nElement*/, const css::uno::Reference< css::xml::sax::XFastAttributeList > & /*xAttrList*/)
- throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception)
{
}
void SAL_CALL ScXMLImportContext::endFastElement(sal_Int32 /*nElement*/)
- throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception)
{
}
void SAL_CALL ScXMLImportContext::characters(const OUString &)
- throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception)
{
}