summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-08-07 11:47:40 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-08-08 08:18:06 +0200
commitb45481d6895e196177dfd9ef4df6b29dc32a8347 (patch)
tree92da218061b19b9d971238276b7bee27e3b1d03c
parentb9a981e88f54d24b2a39e7e1801de8ab503daccf (diff)
wina11y: Drop unused default nullptr arg
Calling this without passing an actual XAccessible* wouldn't make any sense anyway. Change-Id: Ie8d8aecc0c0a3a8a2c1ef62015fba7ad242059b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155437 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r--winaccessibility/inc/AccObjectManagerAgent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccObjectManagerAgent.hxx b/winaccessibility/inc/AccObjectManagerAgent.hxx
index 8cbfdff1ad53..064de74505a7 100644
--- a/winaccessibility/inc/AccObjectManagerAgent.hxx
+++ b/winaccessibility/inc/AccObjectManagerAgent.hxx
@@ -57,7 +57,7 @@ public:
virtual void DeleteAccObj( css::accessibility::XAccessible* pXAcc );
virtual IMAccessible* GetIMAccByXAcc(css::accessibility::XAccessible* pXAcc);
- bool NotifyAccEvent(UnoMSAAEvent eEvent, css::accessibility::XAccessible* pXAcc = nullptr);
+ bool NotifyAccEvent(UnoMSAAEvent eEvent, css::accessibility::XAccessible* pXAcc);
bool InsertChildrenAccObj(css::accessibility::XAccessible* pXAcc,
HWND hWnd = nullptr);