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.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ucbhelper/std_outputstream.hxx b/include/ucbhelper/std_outputstream.hxx
index 9706bf861182..1b8c812e2068 100644
--- a/include/ucbhelper/std_outputstream.hxx
+++ b/include/ucbhelper/std_outputstream.hxx
@@ -35,29 +35,29 @@ namespace ucbhelper
~StdOutputStream( );
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType )
- throw ( css::uno::RuntimeException, std::exception );
+ throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- virtual void SAL_CALL acquire ( ) throw ( );
+ virtual void SAL_CALL acquire ( ) throw ( ) SAL_OVERRIDE;
- virtual void SAL_CALL release ( ) throw ( );
+ virtual void SAL_CALL release ( ) throw ( ) SAL_OVERRIDE;
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 );
+ css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL flush ( )
throw ( css::io::NotConnectedException,
css::io::BufferSizeExceededException,
css::io::IOException,
- css::uno::RuntimeException, std::exception );
+ css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL closeOutput ( )
throw ( css::io::NotConnectedException,
css::io::BufferSizeExceededException,
css::io::IOException,
- css::uno::RuntimeException, std::exception );
+ css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
private: