summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/activedatastreamer.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-03-04 12:55:07 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-05 09:29:24 -0600
commit66f2c35fac22a235a1e491824126f105e6d3869c (patch)
tree0d3d10e637346a26cafda20b789d4ad78836cf9e /include/ucbhelper/activedatastreamer.hxx
parentCurrently used file pickers API doesn't work for OS X < 10.6 (diff)
downloadcore-66f2c35fac22a235a1e491824126f105e6d3869c.tar.gz
core-66f2c35fac22a235a1e491824126f105e6d3869c.zip
de-macroize XINTERFACE_DECL
Change-Id: Iaa1cf999189f6b62547c208eadc38150400ca0fe Reviewed-on: https://gerrit.libreoffice.org/8454 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
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()