diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-18 15:37:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-21 18:12:52 +0200 |
commit | f0f9d986e38c83ffc9fbc16cef461398231756aa (patch) | |
tree | a578a12992f46480d89a78abcde9ccdbc580a5b3 /fpicker/source/office/RemoteFilesDialog.cxx | |
parent | b54889fb57ecdc2d8fe1badcb325c1ed70e9e7ec (diff) |
loplugin:virtualdead unused param in SvtFileDialog_Base
Change-Id: Id10c6df2a9d00f19dc1dc314515fedbe90918f66
Reviewed-on: https://gerrit.libreoffice.org/81235
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker/source/office/RemoteFilesDialog.cxx')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |