summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xestream.hxx')
-rw-r--r--sc/source/filter/inc/xestream.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/filter/inc/xestream.hxx b/sc/source/filter/inc/xestream.hxx
index 600b1442903a..754187b46ea2 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -318,10 +318,7 @@ public:
OUString* pRelationshipId = nullptr );
// ignore
- virtual bool exportDocument()
- throw (css::uno::RuntimeException,
- css::ucb::ContentCreationException,
- std::exception) override;
+ virtual bool exportDocument() override;
// only needed for import; ignore
virtual bool importDocument() throw() override;
@@ -361,7 +358,7 @@ public:
private:
virtual ::oox::ole::VbaProject* implCreateVbaProject() const override;
- virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getImplementationName() override;
ScDocShell *getDocShell();
sax_fastparser::FSHelperPtr& WriteAttributesInternal( sal_Int32 nAttribute, ... );