From ac11e45bad895e9f7de0b38fe22b7f2acf8c8e4b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 May 2017 16:10:13 +0200 Subject: loplugin:checkunusedparams in svx(part4) Change-Id: I032b49f4e1228ef275d7ff8d87ba969dcef687ab Reviewed-on: https://gerrit.libreoffice.org/37248 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/fontworkgallery.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/fontworkgallery.hxx') diff --git a/include/svx/fontworkgallery.hxx b/include/svx/fontworkgallery.hxx index 3c2368cdb9c2..5699f1791cfc 100644 --- a/include/svx/fontworkgallery.hxx +++ b/include/svx/fontworkgallery.hxx @@ -81,7 +81,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC FontWorkGalleryDialog : public ModalDialog std::vector< BitmapEx> maFavoritesHorizontal; public: - FontWorkGalleryDialog( SdrView* pView, vcl::Window* pParent, sal_uInt16 nSID ); + FontWorkGalleryDialog( SdrView* pView, vcl::Window* pParent ); virtual ~FontWorkGalleryDialog() override; virtual void dispose() override; -- cgit