From f0f9d986e38c83ffc9fbc16cef461398231756aa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 18 Oct 2019 15:37:10 +0200 Subject: loplugin:virtualdead unused param in SvtFileDialog_Base Change-Id: Id10c6df2a9d00f19dc1dc314515fedbe90918f66 Reviewed-on: https://gerrit.libreoffice.org/81235 Tested-by: Jenkins Reviewed-by: Noel Grandin --- fpicker/source/office/RemoteFilesDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker/source/office/RemoteFilesDialog.cxx') diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index a2f8ffb63631..688f85aff6f7 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -1497,7 +1497,7 @@ sal_Int32 RemoteFilesDialog::getAvailableHeight() return 0; } -void RemoteFilesDialog::setImage( sal_Int16, const css::uno::Any& ) +void RemoteFilesDialog::setImage( const css::uno::Any& ) { // This dialog doesn't contain preview } -- cgit