summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertycomposer.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-04 17:52:31 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-08-06 08:14:23 +0000
commit975875d53a8afa7ae2df944f7a584870c663bc6a (patch)
treeb75252bae121d6604edef4d017714f2dcac8fa86 /extensions/source/propctrlr/propertycomposer.hxx
parentc268bfd4715186bf0623fdd757de7bf68298f3c3 (diff)
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants in extensions. Change-Id: I45e9dc5769150181df88791b3f748002ca713c02 Reviewed-on: https://gerrit.libreoffice.org/17517 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions/source/propctrlr/propertycomposer.hxx')
-rw-r--r--extensions/source/propctrlr/propertycomposer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertycomposer.hxx b/extensions/source/propctrlr/propertycomposer.hxx
index 159d4378efbf..f8c534ec0683 100644
--- a/extensions/source/propctrlr/propertycomposer.hxx
+++ b/extensions/source/propctrlr/propertycomposer.hxx
@@ -29,7 +29,7 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/beans/UnknownPropertyException.hpp>
#include <com/sun/star/beans/PropertyVetoException.hpp>
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/compbase.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/listenernotification.hxx>
@@ -44,7 +44,7 @@ namespace pcr
//= PropertyComposer
- typedef ::cppu::WeakComponentImplHelper2 < ::com::sun::star::inspection::XPropertyHandler
+ typedef ::cppu::WeakComponentImplHelper < ::com::sun::star::inspection::XPropertyHandler
, ::com::sun::star::beans::XPropertyChangeListener
> PropertyComposer_Base;
/** implements an <type>XPropertyHandler</type> which composes it's information