summaryrefslogtreecommitdiffstats
path: root/ucbhelper/source/client/activedatastreamer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/activedatastreamer.cxx')
-rw-r--r--ucbhelper/source/client/activedatastreamer.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucbhelper/source/client/activedatastreamer.cxx b/ucbhelper/source/client/activedatastreamer.cxx
index 0190b6d11ee4..bd98cf74e1b5 100644
--- a/ucbhelper/source/client/activedatastreamer.cxx
+++ b/ucbhelper/source/client/activedatastreamer.cxx
@@ -35,16 +35,12 @@ namespace ucbhelper
// virtual
void SAL_CALL ActiveDataStreamer::setStream( const uno::Reference< io::XStream >& xStream )
- throw( uno::RuntimeException,
- std::exception )
{
m_xStream = xStream;
}
// virtual
uno::Reference< io::XStream > SAL_CALL ActiveDataStreamer::getStream()
- throw( uno::RuntimeException,
- std::exception )
{
return m_xStream;
}