summaryrefslogtreecommitdiff
path: root/include/ucbhelper/activedatastreamer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/activedatastreamer.hxx')
-rw-r--r--include/ucbhelper/activedatastreamer.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/ucbhelper/activedatastreamer.hxx b/include/ucbhelper/activedatastreamer.hxx
index 618aaf73e172..aa00f361d854 100644
--- a/include/ucbhelper/activedatastreamer.hxx
+++ b/include/ucbhelper/activedatastreamer.hxx
@@ -40,12 +40,8 @@ class ActiveDataStreamer :
public:
// XActiveDataStreamer methods.
- virtual void SAL_CALL setStream( const css::uno::Reference< css::io::XStream >& xStream )
- throw( css::uno::RuntimeException,
- std::exception ) override;
- virtual css::uno::Reference< css::io::XStream > SAL_CALL getStream()
- throw( css::uno::RuntimeException,
- std::exception ) override;
+ virtual void SAL_CALL setStream( const css::uno::Reference< css::io::XStream >& xStream ) override;
+ virtual css::uno::Reference< css::io::XStream > SAL_CALL getStream() override;
};
} /* namespace ucbhelper */