summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLEmptyContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLEmptyContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLEmptyContext.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLEmptyContext.cxx b/sc/source/filter/xml/XMLEmptyContext.cxx
index f108b439a14c..e7fa6a6d6532 100644
--- a/sc/source/filter/xml/XMLEmptyContext.cxx
+++ b/sc/source/filter/xml/XMLEmptyContext.cxx
@@ -33,7 +33,6 @@ ScXMLEmptyContext::~ScXMLEmptyContext()
css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL
ScXMLEmptyContext::createFastChildContext( sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > & /*xAttrList*/ )
- throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception)
{
SvXMLImportContext *pContext = new ScXMLEmptyContext( GetScImport(), nElement );