summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleOutlineView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessibleOutlineView.hxx')
-rw-r--r--sd/source/ui/inc/AccessibleOutlineView.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/inc/AccessibleOutlineView.hxx b/sd/source/ui/inc/AccessibleOutlineView.hxx
index d22f96bc2249..2b6c115c3290 100644
--- a/sd/source/ui/inc/AccessibleOutlineView.hxx
+++ b/sd/source/ui/inc/AccessibleOutlineView.hxx
@@ -75,20 +75,17 @@ public:
//===== XAccessibleEventBroadcaster ========================================
virtual void SAL_CALL
- addEventListener (
+ addAccessibleEventListener (
const ::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL
- removeEventListener (
+ removeAccessibleEventListener (
const ::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
throw (::com::sun::star::uno::RuntimeException);
- using cppu::WeakComponentImplHelperBase::addEventListener;
- using cppu::WeakComponentImplHelperBase::removeEventListener;
-
//===== XServiceInfo ====================================================
/** Returns an identifier for the implementation of this object.