summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-28 11:19:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-28 13:56:32 +0200
commitdc735109bf44754b59a6fcdbcb8171d1bbf82ba3 (patch)
tree0c115a8b5ef6db1f97c2b9f5bc644a2bceca2a01 /sw
parent032e7a4b5c4904d00b3f0ab75af113ed316343f8 (diff)
loplugin:checkunusedparams in accessibility and avmedia
Change-Id: I94df9a65578792fb06f3b3259603f70ca1e0b3db Reviewed-on: https://gerrit.libreoffice.org/37059 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/grfshex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx
index 0559e218a322..9c96068e8290 100644
--- a/sw/source/uibase/shells/grfshex.cxx
+++ b/sw/source/uibase/shells/grfshex.cxx
@@ -77,7 +77,7 @@ bool SwTextShell::InsertMediaDlg( SfxRequest& rReq )
bool bLink(true);
if (bAPI ||
- ::avmedia::MediaWindow::executeMediaURLDialog(pWindow, aURL, & bLink))
+ ::avmedia::MediaWindow::executeMediaURLDialog(aURL, & bLink))
{
Size aPrefSize;