summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-12 14:41:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:14:56 +0100
commit456b6c886cd7a605c4a45f9468092d5f7c99fa45 (patch)
tree3204f4019e84c2d6bef033f8dbf8ffc2715b4f6d /extensions
parent4c55588cc380432d1d61701383cc23fe595c9133 (diff)
-Werror,-Wunused-member-function
Change-Id: Ie738ad2c055b0e380a67c4d199e006fb99155e7c
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/feed/updatefeed.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx
index 9e842cec0d01..4faaf17bb39c 100644
--- a/extensions/source/update/feed/updatefeed.cxx
+++ b/extensions/source/update/feed/updatefeed.cxx
@@ -122,8 +122,6 @@ class ActiveDataSink : public ::cppu::WeakImplHelper1< io::XActiveDataSink >
public:
ActiveDataSink() {};
- inline operator uno::Reference< io::XActiveDataSink > () { return this; };
-
virtual uno::Reference< io::XInputStream > SAL_CALL getInputStream()
throw (uno::RuntimeException) { return m_xStream; };
virtual void SAL_CALL setInputStream( uno::Reference< io::XInputStream > const & rStream )