summaryrefslogtreecommitdiff
path: root/include/ucbhelper/std_outputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/std_outputstream.hxx')
-rw-r--r--include/ucbhelper/std_outputstream.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ucbhelper/std_outputstream.hxx b/include/ucbhelper/std_outputstream.hxx
index 76ee31a68a74..9706bf861182 100644
--- a/include/ucbhelper/std_outputstream.hxx
+++ b/include/ucbhelper/std_outputstream.hxx
@@ -35,7 +35,7 @@ namespace ucbhelper
~StdOutputStream( );
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType )
- throw ( css::uno::RuntimeException );
+ throw ( css::uno::RuntimeException, std::exception );
virtual void SAL_CALL acquire ( ) throw ( );
@@ -45,19 +45,19 @@ namespace ucbhelper
throw ( css::io::NotConnectedException,
css::io::BufferSizeExceededException,
css::io::IOException,
- css::uno::RuntimeException );
+ css::uno::RuntimeException, std::exception );
virtual void SAL_CALL flush ( )
throw ( css::io::NotConnectedException,
css::io::BufferSizeExceededException,
css::io::IOException,
- css::uno::RuntimeException );
+ css::uno::RuntimeException, std::exception );
virtual void SAL_CALL closeOutput ( )
throw ( css::io::NotConnectedException,
css::io::BufferSizeExceededException,
css::io::IOException,
- css::uno::RuntimeException );
+ css::uno::RuntimeException, std::exception );
private: