summaryrefslogtreecommitdiff
path: root/winaccessibility/inc
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-08-30 12:00:52 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-08-30 21:05:01 +0200
commite8cc4dbd1db8ab59343f6f1c5cbd947cca3777b7 (patch)
tree7ea27f105b19391206ac9c51365ef101fe3c3ba9 /winaccessibility/inc
parent30e52b155cb21d0ad61acb0a857fbe52c88a6816 (diff)
wina11y: Drop unused AccObject::getListener
Change-Id: I95c591e2b79e59a50671967e6ab35b384d8d6c23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172648 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'winaccessibility/inc')
-rw-r--r--winaccessibility/inc/AccObject.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccObject.hxx b/winaccessibility/inc/AccObject.hxx
index cb9f0ceaf711..b11e4e8a7696 100644
--- a/winaccessibility/inc/AccObject.hxx
+++ b/winaccessibility/inc/AccObject.hxx
@@ -84,7 +84,6 @@ public:
HWND GetParentHWND();
::rtl::Reference<AccEventListener> SetListener(::rtl::Reference<AccEventListener> const& pListener);
- AccEventListener* getListener();
void SetParentObj(AccObject* pParentAccObj);
AccObject* GetParentObj();