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/xflhtit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/xflhtit.hxx') diff --git a/include/svx/xflhtit.hxx b/include/svx/xflhtit.hxx index 0d8ce071c852..973de794b24d 100644 --- a/include/svx/xflhtit.hxx +++ b/include/svx/xflhtit.hxx @@ -37,7 +37,7 @@ public: static SfxPoolItem* CreateDefault(); XFillHatchItem() : NameOrIndex(XATTR_FILLHATCH, -1) {} XFillHatchItem(const OUString& rName, const XHatch& rTheHatch); - XFillHatchItem(SfxItemPool* pPool, const XHatch& rTheHatch); + XFillHatchItem(const XHatch& rTheHatch); XFillHatchItem(const XFillHatchItem& rItem); XFillHatchItem(SvStream& rIn); -- cgit