summaryrefslogtreecommitdiff
path: root/include/ucbhelper/activedatasink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/activedatasink.hxx')
-rw-r--r--include/ucbhelper/activedatasink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/activedatasink.hxx b/include/ucbhelper/activedatasink.hxx
index 3a8470f769ed..1c2372eb44ec 100644
--- a/include/ucbhelper/activedatasink.hxx
+++ b/include/ucbhelper/activedatasink.hxx
@@ -41,10 +41,10 @@ class UCBHELPER_DLLPUBLIC ActiveDataSink :
public:
// XActiveDataSink methods.
virtual void SAL_CALL setInputStream( const css::uno::Reference< css::io::XInputStream >& aStream )
- throw( css::uno::RuntimeException, std::exception );
+ throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL getInputStream()
- throw( css::uno::RuntimeException, std::exception );
+ throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
};
} /* namespace ucbhelper */