summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-09 14:48:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-09 17:50:44 +0200
commit842a5504119c49edf368b94889f098e76f5fb80d (patch)
treeca3dfac7ccb73ce23e77a0c16437d89f83226970 /sc/source/ui/inc
parenta5d6dc7ac82cf6f527a47bf67f976f982c2c0015 (diff)
drop unnecessary pWin arg to InitAcc
on the only path InitAcc has a non-null pWin arg the caller ctor has already set mpWindow to pWin which is also all that InitAcc does with its pWin arg Change-Id: I668232117be41fd33bf9ca41db882b5124d61ff0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116923 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/AccessibleEditObject.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleEditObject.hxx b/sc/source/ui/inc/AccessibleEditObject.hxx
index ea9c638705d4..43a4cba6b18d 100644
--- a/sc/source/ui/inc/AccessibleEditObject.hxx
+++ b/sc/source/ui/inc/AccessibleEditObject.hxx
@@ -59,8 +59,7 @@ public:
void InitAcc(
const css::uno::Reference<css::accessibility::XAccessible>& rxParent,
- EditView* pEditView, vcl::Window* pWin,
- const OUString& rName, const OUString& rDescription);
+ EditView* pEditView, const OUString& rName, const OUString& rDescription);
protected:
virtual ~ScAccessibleEditObject() override;