summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/activedatastreamer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/activedatastreamer.hxx')
-rw-r--r--include/ucbhelper/activedatastreamer.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/ucbhelper/activedatastreamer.hxx b/include/ucbhelper/activedatastreamer.hxx
index 799f7ee500d8..0c1af6a52056 100644
--- a/include/ucbhelper/activedatastreamer.hxx
+++ b/include/ucbhelper/activedatastreamer.hxx
@@ -44,8 +44,13 @@ class ActiveDataStreamer : public cppu::OWeakObject,
com::sun::star::io::XStream > m_xStream;
public:
- // XInterface
- XINTERFACE_DECL()
+ // XInterface
+ virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType )
+ throw( css::uno::RuntimeException, std::exception );
+ virtual void SAL_CALL acquire()
+ throw();
+ virtual void SAL_CALL release()
+ throw();
// XTypeProvider
XTYPEPROVIDER_DECL()