summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-17 11:59:26 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-07-17 07:13:29 +0000
commit7fa29ecc727c04159cee92aebc14fc5b1037a965 (patch)
treea9c7a588d304894a88023fd8020795290faa869a /dbaccess/source/ui/app
parenta90c6eb99c8c2167c4b1ec75a21a30a344bfea43 (diff)
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, for dbaccess. Change-Id: I60921b1b1d3b65fb9087552ed118c60dc9f89032 Reviewed-on: https://gerrit.libreoffice.org/17146 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r--dbaccess/source/ui/app/subcomponentmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/subcomponentmanager.hxx b/dbaccess/source/ui/app/subcomponentmanager.hxx
index 76bde5d2438a..74a34e39178b 100644
--- a/dbaccess/source/ui/app/subcomponentmanager.hxx
+++ b/dbaccess/source/ui/app/subcomponentmanager.hxx
@@ -26,7 +26,7 @@
#include <com/sun/star/frame/XController.hpp>
#include <comphelper/sharedmutex.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <memory>
@@ -37,8 +37,8 @@ namespace dbaui
class OApplicationController;
// SubComponentManager
- typedef ::cppu::WeakImplHelper1 < ::com::sun::star::beans::XPropertyChangeListener
- > SubComponentManager_Base;
+ typedef ::cppu::WeakImplHelper< ::com::sun::star::beans::XPropertyChangeListener
+ > SubComponentManager_Base;
class SubComponentManager : public SubComponentManager_Base
{
public: