From f45183d26f45d1e19a474e24e6c9c530808ca35d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 12 Feb 2014 10:47:43 +0100 Subject: Unwind comphelper::OPropertyContainer_Base typedef Change-Id: Ied87e18f8297fb8e85fdbcab38d719664e3ed066 --- comphelper/source/property/propertycontainer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comphelper') diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx index a322ff1b1cee..98e9439a687b 100644 --- a/comphelper/source/property/propertycontainer.cxx +++ b/comphelper/source/property/propertycontainer.cxx @@ -42,7 +42,7 @@ using namespace ::com::sun::star::beans; //========================================================================== //-------------------------------------------------------------------------- OPropertyContainer::OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper) - :OPropertyContainer_Base(_rBHelper) + :OPropertySetHelper(_rBHelper) { } @@ -66,7 +66,7 @@ Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException //-------------------------------------------------------------------------- void SAL_CALL OPropertyContainer::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) throw ( UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException) { - OPropertyContainer_Base::setFastPropertyValue( nHandle, rValue ); + OPropertySetHelper::setFastPropertyValue( nHandle, rValue ); } //-------------------------------------------------------------------------- -- cgit