use PartialWeakComponentImplHelperX for overloaded-virtual
This commit is contained in:
@@ -238,7 +238,7 @@ namespace comphelper
|
|||||||
//=========================================================================
|
//=========================================================================
|
||||||
//= OAccessibleContextWrapper
|
//= OAccessibleContextWrapper
|
||||||
//=========================================================================
|
//=========================================================================
|
||||||
typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::accessibility::XAccessibleEventBroadcaster
|
typedef ::cppu::PartialWeakComponentImplHelper2< ::com::sun::star::accessibility::XAccessibleEventBroadcaster
|
||||||
, ::com::sun::star::accessibility::XAccessibleContext
|
, ::com::sun::star::accessibility::XAccessibleContext
|
||||||
> OAccessibleContextWrapper_CBase;
|
> OAccessibleContextWrapper_CBase;
|
||||||
|
|
||||||
@@ -293,16 +293,18 @@ namespace comphelper
|
|||||||
virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
|
virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
// XAccessibleEventBroadcaster
|
// XAccessibleEventBroadcaster
|
||||||
using WeakComponentImplHelperBase::addEventListener;
|
|
||||||
virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
|
virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
|
||||||
using WeakComponentImplHelperBase::removeEventListener;
|
|
||||||
virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
|
virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
// OAccessibleContextWrapper
|
// OAccessibleContextWrapper
|
||||||
virtual void notifyTranslatedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::sun::star::uno::RuntimeException);
|
virtual void notifyTranslatedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
// XComponent/OComponentProxyAggregationHelper
|
// XComponent
|
||||||
virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException );
|
virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException );
|
||||||
|
virtual void SAL_CALL addEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & xListener)throw (::com::sun::star::uno::RuntimeException)
|
||||||
|
{ WeakComponentImplHelperBase::addEventListener(xListener); }
|
||||||
|
virtual void SAL_CALL removeEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & xListener)throw (::com::sun::star::uno::RuntimeException)
|
||||||
|
{ WeakComponentImplHelperBase::removeEventListener(xListener); }
|
||||||
|
|
||||||
// OComponentHelper
|
// OComponentHelper
|
||||||
using OAccessibleContextWrapperHelper::disposing;
|
using OAccessibleContextWrapperHelper::disposing;
|
||||||
|
Reference in New Issue
Block a user