summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio/gio_outputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/gio/gio_outputstream.hxx')
-rw-r--r--ucb/source/ucp/gio/gio_outputstream.hxx20
1 files changed, 4 insertions, 16 deletions
diff --git a/ucb/source/ucp/gio/gio_outputstream.hxx b/ucb/source/ucp/gio/gio_outputstream.hxx
index 6cae73ad7555..1b6cf6ffd273 100644
--- a/ucb/source/ucp/gio/gio_outputstream.hxx
+++ b/ucb/source/ucp/gio/gio_outputstream.hxx
@@ -45,29 +45,17 @@ public:
virtual ~OutputStream() override;
// XInterface
- virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type & type )
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type & type ) override;
virtual void SAL_CALL acquire() throw () override { OWeakObject::acquire(); }
virtual void SAL_CALL release() throw() override { OWeakObject::release(); }
// XOutputStream
- virtual void SAL_CALL writeBytes( const css::uno::Sequence< sal_Int8 >& aData )
- throw( css::io::NotConnectedException,
- css::io::BufferSizeExceededException,
- css::io::IOException,
- css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL writeBytes( const css::uno::Sequence< sal_Int8 >& aData ) override;
- virtual void SAL_CALL flush()
- throw( css::io::NotConnectedException,
- css::io::BufferSizeExceededException,
- css::io::IOException,
- css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL flush() override;
- virtual void SAL_CALL closeOutput()
- throw( css::io::NotConnectedException,
- css::io::IOException,
- css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL closeOutput() override;
};
} // namespace gio