summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager/dp_extensionmanager.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-22 23:48:08 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-07-23 07:16:39 +0000
commit4ee98aec9f1835bba6eaab9e982c255e8c99be1e (patch)
tree8c076106bbae600da5b9442ccf0e9938487d5cef /desktop/source/deployment/manager/dp_extensionmanager.hxx
parent62824a22161501a62b950ed461dc5839fa5ea942 (diff)
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants in desktop. Change-Id: I84d4c4b36fff95b5e1646f4df731d0b83ee1fe3e Reviewed-on: https://gerrit.libreoffice.org/17301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'desktop/source/deployment/manager/dp_extensionmanager.hxx')
-rw-r--r--desktop/source/deployment/manager/dp_extensionmanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/manager/dp_extensionmanager.hxx b/desktop/source/deployment/manager/dp_extensionmanager.hxx
index 864d04bc0de9..d4e939c887e0 100644
--- a/desktop/source/deployment/manager/dp_extensionmanager.hxx
+++ b/desktop/source/deployment/manager/dp_extensionmanager.hxx
@@ -25,7 +25,7 @@
#include "dp_interact.h"
#include "dp_activepackages.hxx"
#include <rtl/ref.hxx>
-#include <cppuhelper/compbase1.hxx>
+#include <cppuhelper/compbase.hxx>
#include <ucbhelper/content.hxx>
#include <com/sun/star/deployment/XPackageRegistry.hpp>
#include <com/sun/star/deployment/XPackageManager.hpp>
@@ -41,7 +41,7 @@ typedef std::unordered_map<
OUStringHash > id2extensions;
class ExtensionManager : private ::dp_misc::MutexHolder,
- public ::cppu::WeakComponentImplHelper1< css::deployment::XExtensionManager >
+ public ::cppu::WeakComponentImplHelper< css::deployment::XExtensionManager >
{
public:
explicit ExtensionManager( css::uno::Reference< css::uno::XComponentContext >const& xContext);