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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/activedatastreamer.hxx b/include/ucbhelper/activedatastreamer.hxx
index 71b96750562e..17db937161b7 100644
--- a/include/ucbhelper/activedatastreamer.hxx
+++ b/include/ucbhelper/activedatastreamer.hxx
@@ -43,10 +43,10 @@ public:
// XActiveDataStreamer methods.
virtual void SAL_CALL setStream( const css::uno::Reference< css::io::XStream >& xStream )
throw( css::uno::RuntimeException,
- std::exception );
+ std::exception ) SAL_OVERRIDE;
virtual css::uno::Reference< css::io::XStream > SAL_CALL getStream()
throw( css::uno::RuntimeException,
- std::exception );
+ std::exception ) SAL_OVERRIDE;
};
} /* namespace ucbhelper */