summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/importcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/importcontext.hxx')
-rw-r--r--sc/source/filter/xml/importcontext.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/source/filter/xml/importcontext.hxx b/sc/source/filter/xml/importcontext.hxx
index 0d9a13609eee..089b6c1027cb 100644
--- a/sc/source/filter/xml/importcontext.hxx
+++ b/sc/source/filter/xml/importcontext.hxx
@@ -27,14 +27,11 @@ public:
ScXMLImportContext( SvXMLImport& rImport );
virtual void SAL_CALL startFastElement (sal_Int32 nElement,
- const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList)
- throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) override;
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList) override;
- virtual void SAL_CALL characters(const OUString & aChars)
- throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) override;
+ virtual void SAL_CALL characters(const OUString & aChars) override;
- virtual void SAL_CALL endFastElement(sal_Int32 nElement)
- throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) override;
+ virtual void SAL_CALL endFastElement(sal_Int32 nElement) override;
protected:
ScXMLImport& GetScImport();