Unwind comphelper::OPropertyContainer_Base typedef
Change-Id: Ied87e18f8297fb8e85fdbcab38d719664e3ed066
This commit is contained in:
parent
9616b786ad
commit
f45183d26f
@ -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 );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -30,10 +30,6 @@ namespace comphelper
|
||||
{
|
||||
//.........................................................................
|
||||
|
||||
//==========================================================================
|
||||
//= OPropertyContainer
|
||||
//==========================================================================
|
||||
typedef ::cppu::OPropertySetHelper OPropertyContainer_Base;
|
||||
/** a OPropertySetHelper implementation which is just a simple container for properties represented
|
||||
by class members, usually in a derived class.
|
||||
<BR>
|
||||
@ -42,7 +38,7 @@ typedef ::cppu::OPropertySetHelper OPropertyContainer_Base;
|
||||
values which already have the correct type, it's unable to convert, for instance, a long to a short.
|
||||
*/
|
||||
class COMPHELPER_DLLPUBLIC OPropertyContainer
|
||||
:public OPropertyContainer_Base
|
||||
:public cppu::OPropertySetHelper
|
||||
,public OPropertyContainerHelper
|
||||
{
|
||||
public:
|
||||
@ -70,7 +66,7 @@ protected:
|
||||
throw (::com::sun::star::uno::Exception,
|
||||
std::exception);
|
||||
|
||||
using OPropertyContainer_Base::getFastPropertyValue;
|
||||
using OPropertySetHelper::getFastPropertyValue;
|
||||
virtual void SAL_CALL getFastPropertyValue(
|
||||
::com::sun::star::uno::Any& rValue,
|
||||
sal_Int32 nHandle
|
||||
|
Loading…
x
Reference in New Issue
Block a user