summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-07 14:38:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-08 14:23:08 +0200
commitcf1b5ae4c5f7c9111a745199ac993742f9007263 (patch)
treec6d2b2795e09d7f5806d4569442d2f6cb9fa7344 /include/ucbhelper
parented1f20d2f1674261c30a503c5b429ad35dabf033 (diff)
use cppu::WeakImplHelper in CommandProcessorInfo
Change-Id: Ifbb2d50b1d88f0bceed38bddd23858a54b8527dc Reviewed-on: https://gerrit.libreoffice.org/80403 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/contentinfo.hxx17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx
index f3f455af98ff..405b1057b3a3 100644
--- a/include/ucbhelper/contentinfo.hxx
+++ b/include/ucbhelper/contentinfo.hxx
@@ -86,9 +86,7 @@ public:
* ucb::ContentImplHelper.
*/
class CommandProcessorInfo :
- public cppu::OWeakObject,
- public css::lang::XTypeProvider,
- public css::ucb::XCommandInfo
+ public cppu::WeakImplHelper<css::ucb::XCommandInfo>
{
css::uno::Reference< css::ucb::XCommandEnvironment >
m_xEnv;
@@ -108,19 +106,6 @@ public:
ContentImplHelper* pContent );
virtual ~CommandProcessorInfo() override;
- // XInterface
- virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
- virtual void SAL_CALL acquire()
- throw() override;
- virtual void SAL_CALL release()
- throw() override;
-
- // XTypeProvider
- virtual css::uno::Sequence< sal_Int8 > SAL_CALL
- getImplementationId() override;
- virtual css::uno::Sequence< css::uno::Type > SAL_CALL
- getTypes() override;
-
// XCommandInfo
virtual css::uno::Sequence<
css::ucb::CommandInfo > SAL_CALL